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 f958e331f1
commit b15743fae9
4 changed files with 50 additions and 38 deletions

View file

@ -580,7 +580,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');
/* THOUSAND NEEDLES */
UPDATE creature_template SET ScriptName='npc_kanati' WHERE entry=10638;