diff options
-rw-r--r-- | sql/updates/world/6.x/2016_07_29_01_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
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); |