mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 20:56:23 +00:00
14
data/sql/updates/db_world/2023_12_12_01.sql
Normal file
14
data/sql/updates/db_world/2023_12_12_01.sql
Normal file
@@ -0,0 +1,14 @@
|
||||
-- DB update 2023_12_12_00 -> 2023_12_12_01
|
||||
--
|
||||
-- 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;
|
||||
Reference in New Issue
Block a user