From 620a697a77b4fa6493bb5aaf4aa7502ddadd6a3d Mon Sep 17 00:00:00 2001 From: Aokromes Date: Fri, 29 Jul 2016 22:47:02 +0200 Subject: DB/Misc: Misc fixes By Malcrom --- sql/updates/world/6.x/2016_07_29_01_world.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/world/6.x/2016_07_29_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/6.x/2016_07_29_01_world.sql b/sql/updates/world/6.x/2016_07_29_01_world.sql new file mode 100644 index 00000000000..c61ac420a7d --- /dev/null +++ b/sql/updates/world/6.x/2016_07_29_01_world.sql @@ -0,0 +1,7 @@ +-- Add items to gameobject_loot_template +DELETE FROM `gameobject_loot_template` WHERE `Entry`=1594 AND `Item`=3255; +INSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(1594, 3255, 0, 100, 1, 1, 0, 1, 1, 'Gameobject Berard''s Bookshelf holds Loot item Berard''s Journal'); + +UPDATE `creature_template` SET `mingold`=1, `maxgold`=5 WHERE `entry` IN (706,946,7073,37070,37105,37507); +UPDATE `creature_template` SET `mingold`=3, `maxgold`=8 WHERE `entry` IN (808); -- cgit v1.2.3