mirror of
https://github.com/cmangos/mangos-classic
synced 2026-08-14 02:23:08 -04:00
Remove SD2 script for NPC 16697
Script does not exist and behaviour is handled by dedicated spell in Classic via DB update: 6f78364bdf
This commit is contained in:
parent
11ef7f8783
commit
bc2faacf5c
1 changed files with 0 additions and 1 deletions
|
|
@ -101,7 +101,6 @@ 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