mirror of
https://github.com/cmangos/mangos-classic
synced 2026-08-14 02:23:08 -04:00
Set npc_aoe_damage_trigger for 16697 and Add Wild Shadow Fissure which only utilizes Base AI
This commit is contained in:
parent
3864d680f9
commit
da0854ac8a
2 changed files with 3 additions and 8 deletions
|
|
@ -101,6 +101,7 @@ UPDATE creature_template SET ScriptName='npc_prof_leather' WHERE entry IN (7866,
|
|||
-- UPDATE creature_template SET ScriptName='' WHERE npcflag!=npcflag|65536 AND ScriptName='npc_innkeeper';
|
||||
-- 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_aoe_damage_trigger' WHERE entry IN (16697);
|
||||
UPDATE creature_template SET ScriptName='npc_the_cleaner' WHERE entry=14503;
|
||||
|
||||
/* SPELL */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue