mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
Add Zulian Prowler script
- Remove summoning hackfixing and use dedicated spell - Add SD2 script for Zulian Prowler - Have the summoned prowlers stealthed and walk towards the shield on the wall at the back of the room and not just attack at random. (http://wowwiki.wikia.com/wiki/High_Priestess_Arlokk?oldid=338263)
This commit is contained in:
parent
79039dc4f9
commit
10df0889f4
3 changed files with 89 additions and 25 deletions
|
|
@ -1081,6 +1081,7 @@ UPDATE creature_template SET ScriptName='mob_zealot_lorkhan' WHERE entry=11347;
|
|||
UPDATE creature_template SET ScriptName='mob_zealot_zath' WHERE entry=11348;
|
||||
UPDATE creature_template SET ScriptName='mob_healing_ward' WHERE entry=14987;
|
||||
UPDATE creature_template SET ScriptName='npc_gurubashi_bat_rider' WHERE entry=14750;
|
||||
UPDATE creature_template SET ScriptName='npc_zulian_prowler' WHERE entry=15101;
|
||||
|
||||
--
|
||||
-- Below contains data for table `script_texts` mainly used in C++ parts.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue