fix(DB/Creature): Correct run speed of Kael'thas's Arcane Spheres on heroic. (#21367)

This commit is contained in:
Benjamin Jackson
2025-02-09 12:34:28 -05:00
committed by GitHub
parent fcf9725dbb
commit 865dd24c37

View File

@@ -0,0 +1 @@
UPDATE `creature_template` SET `speed_run` = 0.42857 WHERE `entry` = 25543;