fix(DB/Movement): Root the Eye of C'thun (#13528)

This commit is contained in:
Skjalf
2022-10-25 09:35:00 -03:00
committed by GitHub
parent e585f051c6
commit 77044670ea

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `creature_template_movement` WHERE `creatureId` = 15589;
INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`, `InteractionPauseTimer`) VALUES
(15589, 1, 0, 0, 1, 0, 0, 0);