fix(DB/Creature): Update run speed of Novos minions (#23812)
This commit is contained in:
parent
c59a18821a
commit
dd0366fc82
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue