fix(DB/Creature): Fix Steel Gate Flying Machine inhabit type (#21582)

This commit is contained in:
Andrew
2025-02-21 22:10:19 -03:00
committed by GitHub
parent 3fcccf2a2e
commit dc646e8304

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature_template_movement` SET `Flight` = 2 WHERE `CreatureId` = 24418;