fix(DB/Creature): Finish correcting Doomfire Spirit speed. (#19110)

Init.
This commit is contained in:
Benjamin Jackson
2024-06-21 05:53:48 -04:00
committed by GitHub
parent e69f642dfe
commit a8b09880fd

View File

@@ -0,0 +1 @@
UPDATE `creature_template` SET `speed_run` = 1.14286 WHERE (`entry` = 18104);