mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/Creature): Correct movement speed of Hyjal bosses. (#19251)
Init.
This commit is contained in:
10
data/sql/updates/pending_db_world/hyjal-boss-speeds.sql
Normal file
10
data/sql/updates/pending_db_world/hyjal-boss-speeds.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
-- Anetheron
|
||||
UPDATE `creature_template` SET `speed_walk` = 1.6, `speed_run` = 1.714285714285714 WHERE `entry` = 17808;
|
||||
-- Archimonde
|
||||
UPDATE `creature_template` SET `speed_walk` = 3.2, `speed_run` = 2.285714285714286 WHERE `entry` = 17968;
|
||||
-- Azgalor
|
||||
UPDATE `creature_template` SET `speed_walk` = 2.4, `speed_run` = 2.142857142857143 WHERE `entry` = 17842;
|
||||
-- Kaz'rogal
|
||||
UPDATE `creature_template` SET `speed_walk` = 2.4, `speed_run` = 1.714285714285714 WHERE `entry` = 17888;
|
||||
-- Rage Winterchill
|
||||
UPDATE `creature_template` SET `speed_walk` = 1.6, `speed_run` = 2.285714285714286 WHERE `entry` = 17767;
|
||||
Reference in New Issue
Block a user