mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
fix(DB/Creature): Fix gold drop rate for sunfury mobs in netherstorm (#21250)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user