fix(DB/Creature) Theremis, Archmage and Yrma floating now. (#21349)

This commit is contained in:
Rocco Silipo
2025-02-07 12:36:41 +01:00
committed by GitHub
parent de48c00c8c
commit 2e91c83433

View File

@@ -0,0 +1,9 @@
-- 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);