mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
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:
parent
ac8718d207
commit
82a714697a
2 changed files with 68 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue