fix(Scripts/TempleOfAhnQiraj): C'thun (#13153)

This commit is contained in:
Skjalf
2022-10-05 22:17:45 -03:00
committed by GitHub
parent fab614d709
commit 26017b645e
2 changed files with 108 additions and 54 deletions

View File

@@ -0,0 +1,11 @@
--
DELETE FROM `creature_template_movement` WHERE `creatureId` IN (21221, 15728, 15334, 15802, 15725, 15726);
INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`, `InteractionPauseTimer`) VALUES
(21221, 1, 0, 0, 1, 0, 0, 0),
(15728, 1, 0, 0, 1, 0, 0, 0),
(15334, 1, 0, 0, 1, 0, 0, 0),
(15802, 1, 0, 0, 1, 0, 0, 0),
(15725, 1, 0, 0, 1, 0, 0, 0),
(15726, 1, 0, 0, 1, 0, 0, 0);
UPDATE `creature_template` SET `unit_flags` = `unit_flags` |33554432 WHERE `entry` IN (15910, 15904, 15896);