Implement Quest 4021 Counterattack!

This commit is contained in:
Ulf Gebhardt 2019-08-02 11:32:08 +02:00 committed by cala
parent 81fe77d78b
commit 1fb9ef699d
2 changed files with 543 additions and 0 deletions

View file

@ -263,6 +263,8 @@ INSERT INTO scripted_areatrigger VALUES
(522,'at_twiggy_flathead');
UPDATE creature_template SET ScriptName='npc_wizzlecranks_shredder' WHERE entry=3439;
UPDATE creature_template SET ScriptName='npc_gallywix' WHERE entry=7288;
UPDATE creature_template SET ScriptName = 'npc_regthar_deathgate' WHERE entry = 3389;
UPDATE creature_template SET ScriptName = 'npc_horde_defender' WHERE entry = 9457;
/* BLACK TEMPLE */
UPDATE instance_template SET ScriptName='instance_black_temple' WHERE map=564;