mirror of
https://github.com/cmangos/mangos-classic
synced 2026-08-14 02:23:08 -04:00
WarEffort: Initial AQ War Effort commit
This commit is contained in:
parent
135caadfb2
commit
4a9656bab5
9 changed files with 618 additions and 16 deletions
|
|
@ -121,6 +121,10 @@ INSERT INTO world_template VALUES
|
|||
(0, 'world_map_eastern_kingdoms'),
|
||||
(1, 'world_map_kalimdor');
|
||||
|
||||
/* War Effort*/
|
||||
UPDATE creature_template SET ScriptName='npc_war_effort' WHERE
|
||||
entry IN(15383,15431,15432,15434,15437,15445,15446,15448,15450,15451,15452,15453,15455,15456,15457,15459,15460,15469,15477,15508,15512,15515,15522,15525,15528,15529,15532,15533,15534,15535);
|
||||
|
||||
/* */
|
||||
/* ZONE */
|
||||
/* */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue