IsleOfQuelDanas: Shattered Sun Marksman and Shattered Sun Warrior improvements

* Add AI for the spawns on the Isle of Quel'Danas (no AI needed for the spawns in Shattrath City)

* Add death persistent attribute to their serverside transform spells (when they die, their corpses should not immediately disappear)
This commit is contained in:
MantisLord 2020-12-29 23:48:19 -05:00 committed by killerwife
parent ac8718d207
commit 82a714697a
2 changed files with 68 additions and 0 deletions

View file

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