fix(DB/SSC): update bosses movement speed (#18000)
This commit is contained in:
parent
2208bfff3a
commit
b7aebef57d
1 changed files with 13 additions and 0 deletions
|
|
@ -0,0 +1,13 @@
|
|||
--
|
||||
-- Lady Vashj
|
||||
UPDATE `creature_template` SET `speed_run` = 2.14286 WHERE `entry` = 21212;
|
||||
-- Morogrim Tidewalker
|
||||
UPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry` = 21213;
|
||||
-- Fathom-Lord Karathress
|
||||
UPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry` = 21214;
|
||||
-- Leotheras the Blind
|
||||
UPDATE `creature_template` SET `speed_run` = 2.14286 WHERE `entry` = 21215;
|
||||
-- Hydross the Unstable
|
||||
UPDATE `creature_template` SET `speed_run` = 1.71429 WHERE `entry` = 21216;
|
||||
-- The Lurker Below
|
||||
UPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry` = 21217;
|
||||
Loading…
Add table
Add a link
Reference in a new issue