mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
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:
parent
75268ac40f
commit
958a310001
4 changed files with 51 additions and 39 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue