chore(DB): import pending files

Referenced commit(s): fcf9725dbb
This commit is contained in:
github-actions[bot]
2025-02-09 17:35:07 +00:00
parent 865dd24c37
commit e4c68355c3
2 changed files with 2 additions and 0 deletions

View 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);

View 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;