ZA - Fixes for Amani'shi Savage event between Hex Lord and Zul'jin

The door does not open automatically, it simply unlocks when Malacrass is killed.

When the door is opened by players, 40 Savages attack the group.
This commit is contained in:
MantisLord 2019-02-12 02:27:43 -05:00
parent 3d94d30e75
commit 219e488913
4 changed files with 33 additions and 1 deletions

View file

@ -1226,6 +1226,7 @@ UPDATE creature_template SET ScriptName='npc_tanzar' WHERE entry=23790;
UPDATE creature_template SET ScriptName='npc_kraz' WHERE entry=24024;
UPDATE creature_template SET ScriptName='npc_ashli' WHERE entry=24001;
UPDATE creature_template SET ScriptName='npc_amanishi_scout' WHERE entry=23586;
UPDATE gameobject_template SET ScriptName='go_wooden_door' WHERE entry=186306;
/* ZUL'FARRAK */
UPDATE instance_template SET ScriptName='instance_zulfarrak' WHERE map=209;