mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
Add handling for trigger to make Ghaz'an emerge in Underbog
This commit is contained in:
parent
a274ec60ae
commit
cfbfeb447f
4 changed files with 136 additions and 0 deletions
|
|
@ -424,6 +424,9 @@ UPDATE creature_template SET ScriptName='npc_naturalist_bite' WHERE entry IN(178
|
|||
/* THE UNDERBOG */
|
||||
UPDATE creature_template SET ScriptName='mob_underbog_mushroom' WHERE entry=17990;
|
||||
UPDATE creature_template SET ScriptName='boss_hungarfen' WHERE entry=17770;
|
||||
UPDATE instance_template SET ScriptName='instance_underbog' WHERE map=546;
|
||||
INSERT INTO scripted_areatrigger VALUES
|
||||
(4302,'at_ghazan_surface');
|
||||
|
||||
/* THE STEAMVAULT */
|
||||
UPDATE instance_template SET ScriptName='instance_steam_vault' WHERE map=545;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue