Properly implement C'Thun's stomach exit

* Add and script missing trigger NPCs
* Add missing area trigger and rescript all involved area triggers
* Adjust locations
* Use proper spells for summoning triggers and knocking back players

(based on sniffs)
This commit is contained in:
cala 2021-01-05 13:29:08 +01:00
parent 75268ac40f
commit 958a310001
4 changed files with 51 additions and 39 deletions

View file

@ -1190,7 +1190,8 @@ UPDATE creature_template SET ScriptName='mob_giant_claw_tentacle' WHERE entry=15
UPDATE creature_template SET ScriptName='mob_anubisath_sentinel' WHERE entry=15264;
INSERT INTO scripted_areatrigger VALUES
(4033,'at_stomach_cthun'),
(4034,'at_stomach_cthun');
(4034,'at_stomach_cthun'),
(4036,'at_stomach_cthun');
/* TEROKKAR FOREST */
UPDATE creature_template SET ScriptName='mob_netherweb_victim' WHERE entry=22355;