fix(DB/Creature): Fix gold drop rate for sunfury mobs in netherstorm (#21250)
This commit is contained in:
parent
775febad9c
commit
ce3a25e516
@ -0,0 +1,3 @@
|
||||
-- Update gold drop rate with min 437 and max 3869 like picture
|
||||
-- I suspect realistically ~200 ~4000
|
||||
UPDATE `creature_template` SET `mingold` = 437, `maxgold` = 3869 WHERE `entry` IN (18853, 19453, 18852, 18857, 19779, 18855, 19643);
|
||||
Loading…
x
Reference in New Issue
Block a user