fix(DB/Creature): Update run speed of Novos minions (#23812)

This commit is contained in:
Andrew 2025-11-20 20:40:58 -03:00 committed by GitHub
parent c59a18821a
commit dd0366fc82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,4 @@
--
UPDATE `creature_template` SET `speed_run` = 1.142857 WHERE `entry` = 31356;
UPDATE `creature_template` SET `speed_run` = 0.428571 WHERE `entry` = 31873;
UPDATE `creature_template` SET `speed_run` = 0.714285 WHERE `entry` = 31348;