fix(DB/Creature) Theremis, Archmage and Yrma floating now. (#21349)
This commit is contained in:
parent
de48c00c8c
commit
2e91c83433
@ -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);
|
||||
Loading…
x
Reference in New Issue
Block a user