fix(DB/Creature): Fix gold drop rate for sunfury mobs in netherstorm (#21250)

This commit is contained in:
blinkysc 2025-02-06 14:11:08 -06:00 committed by GitHub
parent 775febad9c
commit ce3a25e516
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);