mirror of
https://github.com/cmangos/mangos-classic
synced 2026-08-14 02:23:08 -04:00
Implement reset through spell in C'Thun encounter
* Implement reset through spell in C'Thun encounter: use proper spell mechanics to reset C'Thun encounter both in Phase 1 and Phase 2 (excluding weakened phase rotation) Thanks @Tobschinski for his precious help on the matter
This commit is contained in:
parent
466a81b1b7
commit
7edcdc912d
4 changed files with 57 additions and 31 deletions
|
|
@ -581,6 +581,8 @@ INSERT INTO scripted_areatrigger VALUES
|
|||
(4033,'at_stomach_cthun'),
|
||||
(4034,'at_stomach_cthun'),
|
||||
(4036,'at_stomach_cthun');
|
||||
INSERT INTO scripted_event_id VALUES
|
||||
(9738, 'event_cthun_reset');
|
||||
|
||||
/* THOUSAND NEEDLES */
|
||||
UPDATE creature_template SET ScriptName='npc_kanati' WHERE entry=10638;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue