mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
fix(DB/Creature): Update run speed of Novos minions (#23812)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user