fix(DB/Creature): Correct Doomfire/Spirit speed. (#19105)

Init.
This commit is contained in:
Benjamin Jackson
2024-06-20 20:41:26 -04:00
committed by GitHub
parent c2c8b83745
commit 3f0b140f01

View File

@@ -0,0 +1,2 @@
UPDATE `creature_template` SET `speed_walk` = 1 WHERE (`entry` = 18104);
UPDATE `creature_template` SET `speed_walk` = 2.8, `speed_run` = 1 WHERE (`entry` = 18095);