mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
Add random aggro script for Greater Shadowfiend - summoned by Illidari Nightlord
This commit is contained in:
parent
b9097f6f86
commit
d1b2cf6ed9
2 changed files with 34 additions and 0 deletions
|
|
@ -294,6 +294,7 @@ UPDATE creature_template SET ScriptName='molten_flame' WHERE entry=23095; -- Mol
|
|||
UPDATE creature_template SET ScriptName='mob_ashtongue_channeler' WHERE entry=23421; -- Ashtongue CHanneler in Shade of AKama
|
||||
UPDATE creature_template SET ScriptName='mob_ashtongue_sorcerer' WHERE entry=23215; -- Ashtongue Sorcerer in Shade of Akama
|
||||
UPDATE creature_template SET ScriptName='npc_enslaved_soul' WHERE entry=23469;
|
||||
UPDATE creature_template SET ScriptName='npc_greater_shadowfiend' WHERE entry=22929;
|
||||
|
||||
/* BLACKFATHOM DEPTHS */
|
||||
UPDATE instance_template SET ScriptName='instance_blackfathom_deeps' WHERE map=48;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue