fix(DB/CTM): Fix Vanquished Tentacle of C'thun moving (#14018)
This commit is contained in:
parent
c714253974
commit
b45a35e4c1
1 changed files with 4 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue