Add SD2 script for Evergrove Druids c.22423

* They will now greet the player correctly and fly off once the player has accepted a quest (or after 120s if no quest is taken)
This commit is contained in:
Saltgurka 2018-05-11 23:54:46 +02:00 committed by killerwife
parent e44e80363c
commit 24ae7126f0
4 changed files with 203 additions and 18 deletions

View file

@ -370,6 +370,7 @@ UPDATE creature_template SET ScriptName='npc_vimgol_middle_bunny' WHERE entry=23
UPDATE creature_template SET ScriptName='npc_vimgol' WHERE entry=22911;
UPDATE creature_template SET ScriptName='npc_spirit_prisoner_of_bladespire' WHERE entry IN(22460);
UPDATE creature_template SET ScriptName='npc_deadsoul_orb' WHERE entry=20845;
UPDATE creature_template SET ScriptName='npc_evergrove_druid' WHERE entry=22423;
/* BLASTED LANDS */
UPDATE creature_template SET ScriptName='npc_fallen_hero_of_horde' WHERE entry=7572;