diff options
author | click <none@none> | 2010-04-30 23:04:12 +0200 |
---|---|---|
committer | click <none@none> | 2010-04-30 23:04:12 +0200 |
commit | 4efd84a1e8e1da14dac7e1df9eeb9f71773dbb24 (patch) | |
tree | c9bde340799ca0037c7fb07dda77e77b9ce5873d | |
parent | 697685c3f57ffb9498e1a957333ea4fa6dd87b9a (diff) |
Add SQL-changes from previous commit into world.sql as well
--HG--
branch : trunk
-rw-r--r-- | sql/world.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/world.sql b/sql/world.sql index 1b5721f9675..8c8bf8b1ef1 100644 --- a/sql/world.sql +++ b/sql/world.sql @@ -3691,7 +3691,7 @@ CREATE TABLE `npc_vendor` ( `maxcount` tinyint(3) unsigned NOT NULL DEFAULT '0', `incrtime` int(10) unsigned NOT NULL DEFAULT '0', `ExtendedCost` mediumint(8) unsigned NOT NULL DEFAULT '0', - PRIMARY KEY (`entry`,`item`) + PRIMARY KEY (`entry`,`item`,`extendedCost`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Npc System'; /*!40101 SET character_set_client = @saved_cs_client */; @@ -14648,7 +14648,7 @@ INSERT INTO `trinity_string` (`entry`,`content_default`,`content_loc1`,`content_ (207, 'Item ''%i'' not found in database.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (208, 'Item ''%i'' ''%s'' deleted from vendor list', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (209, 'Item ''%i'' not found in vendor list.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), -(210, 'Item ''%i'' already in vendor list.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), +(210, 'Item ''%i'' (with extended cost %u) already in vendor list.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (211, 'Spells of %s reset.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (212, 'Spells of %s will reset at next login.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (213, 'Talents of %s reset.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |