Implement Suns Reach Reclamation event and phasing

This commit is contained in:
killerwife 2020-09-02 13:33:51 +02:00 committed by Killerwife
parent 04273f7152
commit 85e63924f1
10 changed files with 684 additions and 62 deletions

View file

@ -744,6 +744,7 @@ INSERT INTO scripted_event_id VALUES
/* ISLE OF QUEL'DANAS */
UPDATE creature_template SET ScriptName='npc_converted_sentry' WHERE entry=24981;
UPDATE creature_template SET ScriptName='npc_suns_reach_reclamation' WHERE entry IN(24965,24967,25061,25057,24932,25108,25069,25046,24975,25112,25163);
/* KARAZHAN */
UPDATE instance_template SET ScriptName='instance_karazhan' WHERE map=532;