mirror of
https://github.com/cmangos/mangos-classic
synced 2026-08-14 02:23:08 -04:00
Naxx: Add npc_aoe_damage_trigger for naxx usage
This commit is contained in:
parent
507f331beb
commit
5b813f4ee0
2 changed files with 59 additions and 0 deletions
|
|
@ -107,6 +107,7 @@ UPDATE creature_template SET ScriptName='npc_prof_leather' WHERE entry IN (7866,
|
|||
-- UPDATE creature_template SET ScriptName='npc_innkeeper' WHERE npcflag=npcflag|65536;
|
||||
UPDATE creature_template SET ScriptName='npc_redemption_target' WHERE entry IN (6172,6177,17542,17768);
|
||||
UPDATE creature_template SET ScriptName='npc_the_cleaner' WHERE entry=14503;
|
||||
UPDATE creature_template SET ScriptName='npc_aoe_damage_trigger' WHERE entry IN (16697);
|
||||
|
||||
/* SPELL */
|
||||
UPDATE creature_template SET ScriptName='spell_dummy_npc' WHERE entry IN (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue