mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
Implement Quest 4021 Counterattack!
This commit is contained in:
parent
81fe77d78b
commit
1fb9ef699d
2 changed files with 543 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue