fix(Scripts/TempleOfAhnQiraj): C'thun rewrite (#12993)

This commit is contained in:
Skjalf
2022-09-17 16:51:45 -03:00
committed by GitHub
parent 78077dfdb8
commit 2682697df6
3 changed files with 213 additions and 373 deletions

View File

@@ -0,0 +1,10 @@
--
DELETE FROM `creature_template_movement` WHERE `creatureId` = 15727;
INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`, `InteractionPauseTimer`) VALUES
(15727, 1, 0, 0, 1, 0, 0, 0);
DELETE FROM `areatrigger_scripts` WHERE `ScriptName` = 'at_cthun_stomach_exit' AND `entry` = 4033;
INSERT INTO `areatrigger_scripts` (`entry`, `ScriptName`) VALUES (4033, 'at_cthun_stomach_exit');
DELETE FROM `areatrigger_scripts` WHERE `ScriptName` = 'at_cthun_center' AND `entry` = 4036;
INSERT INTO `areatrigger_scripts` (`entry`, `ScriptName`) VALUES (4036, 'at_cthun_center');