mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
Implement Suns Reach Reclamation event and phasing
This commit is contained in:
parent
04273f7152
commit
85e63924f1
10 changed files with 684 additions and 62 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue