IsleOfQuelDanas: Expand AI for Shattered Sun Marksman to handle Dawning Square RP

This commit is contained in:
MantisLord 2021-01-02 12:09:08 -05:00 committed by killerwife
parent fbba98f932
commit 2c347ec17a
2 changed files with 80 additions and 10 deletions

View file

@ -769,7 +769,8 @@ 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);
UPDATE creature_template SET ScriptName='npc_shattered_sun_fighter' WHERE entry IN(24938,25115);
UPDATE creature_template SET ScriptName='npc_shattered_sun_marksman' WHERE entry=24938;
UPDATE creature_template SET ScriptName='npc_shattered_sun_warrior' WHERE entry=25115;
/* KARAZHAN */
UPDATE instance_template SET ScriptName='instance_karazhan' WHERE map=532;