mirror of
https://github.com/cmangos/mangos-classic
synced 2026-08-14 02:23:08 -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
f958e331f1
commit
b15743fae9
4 changed files with 50 additions and 38 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue