fix(DB/Creature): Fiendish Portals should not move (#17396)

This commit is contained in:
Skjalf
2023-09-30 23:22:55 -03:00
committed by GitHub
parent 9b403e0d10
commit af53887633

View File

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