mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 12:47:07 +00:00
10
data/sql/updates/db_world/2025_02_09_02.sql
Normal file
10
data/sql/updates/db_world/2025_02_09_02.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
-- DB update 2025_02_09_01 -> 2025_02_09_02
|
||||
|
||||
-- Theremis
|
||||
UPDATE `creature_template_movement` SET `Flight` = 1, `Ground` = 2 WHERE (`CreatureId` = 25976);
|
||||
|
||||
-- Shattered Sun Archmage
|
||||
UPDATE `creature_template_movement` SET `Flight` = 1, `Ground` = 2 WHERE (`CreatureId` = 25170);
|
||||
|
||||
-- Yrma
|
||||
UPDATE `creature_template_movement` SET `Flight` = 1, `Ground` = 2 WHERE (`CreatureId` = 25977);
|
||||
2
data/sql/updates/db_world/2025_02_09_03.sql
Normal file
2
data/sql/updates/db_world/2025_02_09_03.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- DB update 2025_02_09_02 -> 2025_02_09_03
|
||||
UPDATE `creature_template` SET `speed_run` = 0.42857 WHERE `entry` = 25543;
|
||||
Reference in New Issue
Block a user