mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
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:
parent
e44e80363c
commit
24ae7126f0
4 changed files with 203 additions and 18 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue