fix(DB/Creature): Add money Frost Wyrm of Hyjal Summit (#24299)

Co-authored-by: FlyingArowana <TheSCREWEDSoftware@users.noreply.github.com>
This commit is contained in:
Ryan Turner
2026-01-02 22:19:38 +00:00
committed by GitHub
parent 8bd4496ab1
commit 198905ed58

View File

@@ -0,0 +1,2 @@
-- Makes sure the wyrm always has loot, had no gold given now it gives between 9 to 45 silver.
UPDATE `creature_template` SET `mingold` = 900, `maxgold` = 45000 WHERE `entry` = 17907;