mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 16:10:49 +01:00
DB/Misc: Fix gold of some creatures
By Malcrom
This commit is contained in:
4
sql/updates/world/2016_07_29_06_world.sql
Normal file
4
sql/updates/world/2016_07_29_06_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
UPDATE `creature_template` SET `mingold`=1, `maxgold`=7 WHERE `entry` IN (40940);
|
||||
UPDATE `creature_template` SET `mingold`=2, `maxgold`=12 WHERE `entry` IN (40941);
|
||||
UPDATE `creature_template` SET `mingold`=25, `maxgold`=50 WHERE `entry` IN (1137);
|
||||
Reference in New Issue
Block a user