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:
cala 2021-02-04 22:51:50 +01:00
parent 466a81b1b7
commit 7edcdc912d
4 changed files with 57 additions and 31 deletions

View file

@ -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;