fix(DB/Creature): Fix Weakened Reanimated Frost Wyrm inhabit type (#23645)

This commit is contained in:
Andrew
2025-11-13 06:19:46 -03:00
committed by GitHub
parent 386a23b239
commit 3baa18ef5b

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `creature_template_movement` WHERE `CreatureId` = 27821;
INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Flight`) VALUES
(27821, 1, 1);