chore(DB): import pending files

Referenced commit(s): 8df063984d
This commit is contained in:
github-actions[bot]
2024-07-02 17:52:22 +00:00
parent 8df063984d
commit c1488f5076

View File

@@ -0,0 +1,11 @@
-- DB update 2024_07_01_01 -> 2024_07_02_00
-- 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;