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:
Phatcat 2017-06-28 17:31:26 +02:00 committed by cala
parent 79039dc4f9
commit 10df0889f4
3 changed files with 89 additions and 25 deletions

View file

@ -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.