Jump to content
Sign in to follow this  
rinegad

не могу залить вещи

Recommended Posts

Всем здорова народ. подскажите хотел залить вещи но выходит такая ошибка 

          [Err] 1146 - Table 'l2rdb.armorsets' doesn't exist
[Err] -- SCRIPT BY D0DS

ALTER TABLE `armorsets`
MODIFY COLUMN `chest`  int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `id`,
MODIFY COLUMN `legs`  int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `chest`,
MODIFY COLUMN `head`  int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `legs`,
MODIFY COLUMN `gloves`  int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `head`,
MODIFY COLUMN `feet`  int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `gloves`;


REPLACE INTO `armorsets` VALUES (722, 35000, 35001, 35004, 35002, 35003, '3006-1;61110-1;', 15587, 8496, 8461, 0, 0, 0, 0, 0);
REPLACE INTO `armorsets` VALUES (723, 35005, 35006, 35009, 35007, 35008, '3007-1;61111-1;', 0, 0, 8462, 0, 0, 0, 0, 0);
REPLACE INTO `armorsets` VALUES (724, 35010, 35011, 35014, 35012, 35013, '3008-1;61112-1;', 0, 0, 8463, 0, 0, 0, 0, 0);
REPLACE INTO `armorsets` VALUES (725, 35015, 35001, 35004, 35002, 35003, '3006-1;61110-1;3659-1;3662-1;', 15587, 8496, 8461, 0, 0, 0, 0, 0);
REPLACE INTO `armorsets` VALUES (726, 35016, 35006, 35009, 35007, 35008, '3007-1;61111-1;3663-1;', 0, 0, 8462, 0, 0, 0, 0, 0);
REPLACE INTO `armorsets` VALUES (727, 35017, 35011, 35014, 35012, 35013, '3008-1;61112-1;3660-1;', 0, 0, 8463, 0, 0, 0, 0, 0);
[Msg] Finished - Unsuccessfully
--------------------------------------------------        

Share this post


Link to post
Реклама
2 часа назад, rinegad сказал:

Table 'l2rdb.armorsets' doesn't exist

 

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this  
×
×
  • Create New...