mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
Fixes for Arcatraz intro event
* Port Arcatraz Defender AI from ACID to SD2 (no longer casts kill spell on players) * Protean Horrors will now stop spawning when Warders are killed * Protean Nightmares will now stop spawning when Defenders are killed * Implemented dummy for Shoot Arcane Explosion Arrow 36327
This commit is contained in:
parent
67d83b3716
commit
48ebb3c642
5 changed files with 112 additions and 16 deletions
|
|
@ -1001,6 +1001,7 @@ UPDATE creature_template SET ScriptName='boss_dalliah' WHERE entry=20885;
|
|||
UPDATE creature_template SET ScriptName='boss_soccothrates' WHERE entry=20886;
|
||||
UPDATE creature_template SET ScriptName='npc_warden_mellichar' WHERE entry=20904;
|
||||
UPDATE creature_template SET ScriptName='npc_millhouse_manastorm' WHERE entry=20977;
|
||||
UPDATE creature_template SET ScriptName='npc_arcatraz_defender' WHERE entry=20857;
|
||||
|
||||
/* THE EYE */
|
||||
UPDATE instance_template SET ScriptName='instance_the_eye' WHERE map=550;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue