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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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