fix(DB/CTM): Fix Vanquished Tentacle of C'thun moving (#14018)
This commit is contained in:
@@ -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);
|
||||||
Reference in New Issue
Block a user