From f2067f379182bcf53d1c3a6f5c875a3757960026 Mon Sep 17 00:00:00 2001 From: John Holiver Date: Wed, 9 Jun 2010 19:44:33 -0300 Subject: Forgot to push the mod on world.sql from r67325b1a0a --HG-- branch : trunk --- sql/base/world_database.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sql/base/world_database.sql') diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql index e4eb0b6e991..8e047fc7a1c 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -2128,7 +2128,7 @@ CREATE TABLE `game_event_npc_vendor` ( `item` mediumint(8) NOT NULL DEFAULT '0', `maxcount` mediumint(8) unsigned NOT NULL DEFAULT '0', `incrtime` mediumint(8) unsigned NOT NULL DEFAULT '0', - `ExtendedCost` mediumint(8) unsigned NOT NULL DEFAULT '0', + `ExtendedCost` mediumint(8) NOT NULL default '0' COMMENT 'negative if cost must exclude normal money cost', PRIMARY KEY (`guid`,`item`), INDEX (`slot`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; @@ -14719,7 +14719,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'' (with extended cost %u) already in vendor list.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), +(210, 'Item ''%i'' (with extended cost %i) 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), -- cgit v1.2.3