fix(DB/CTM): Fix Vanquished Tentacle of C'thun moving (#14018)

This commit is contained in:
Skjalf
2022-12-02 05:51:22 -03:00
committed by GitHub
parent c714253974
commit b45a35e4c1

View File

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