mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 12:47:07 +00:00
11
data/sql/updates/db_world/2024_07_02_00.sql
Normal file
11
data/sql/updates/db_world/2024_07_02_00.sql
Normal 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;
|
||||
Reference in New Issue
Block a user