mirror of
https://github.com/cmangos/mangos-classic
synced 2026-08-14 02:23:08 -04:00
Implement PVP engagement and zone yell on wildhammer message event
This commit is contained in:
parent
1762f75901
commit
cc92787bb2
4 changed files with 29 additions and 0 deletions
|
|
@ -348,6 +348,8 @@ UPDATE instance_template SET ScriptName='instance_gnomeregan' WHERE map=90;
|
|||
/* HINTERLANDS */
|
||||
UPDATE creature_template SET ScriptName='npc_00x09hl' WHERE entry=7806;
|
||||
UPDATE creature_template SET ScriptName='npc_rinji' WHERE entry=7780;
|
||||
INSERT INTO scripted_event_id VALUES
|
||||
(8608,'event_wildhammer_message');
|
||||
|
||||
/* IRONFORGE */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue