diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2016-07-29 22:47:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-29 22:47:02 +0200 |
commit | 620a697a77b4fa6493bb5aaf4aa7502ddadd6a3d (patch) | |
tree | b295eb39294739d0af090a4d7d2aa0ba2015cc34 | |
parent | 27f90e05a1b64b14aa4a4c6e2d205c8f7826daa6 (diff) |
DB/Misc: Misc fixes
By Malcrom
-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); |