DB/Creature: Fix speed of Spark of Ionar

(cherry picked from commit 7e67ea74bfe3636e91b2551add155996b5861742)
This commit is contained in:
offl
2022-03-11 01:41:59 +01:00
committed by Shauren
parent 4bdf5261e6
commit 81f76397c6
@@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `speed_walk` = 3/2.5, `speed_run` = 4/7 WHERE `entry` IN (28926,31867);