mirror of
https://github.com/cmangos/mangos-classic
synced 2026-08-14 02:23:08 -04:00
AQWarEffort: Add missing script assign for Scarab Gong
This commit is contained in:
parent
5bcc33b200
commit
45afcf1b2a
1 changed files with 1 additions and 0 deletions
|
|
@ -141,6 +141,7 @@ INSERT INTO world_template VALUES
|
|||
/* 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);
|
||||
UPDATE gameobject_template SET ScriptName='go_scarab_gong' WHERE entry=180717; -- The Scarab Gong
|
||||
|
||||
/* Scourge Invasion */
|
||||
UPDATE creature_template SET ScriptName='scourge_invasion_necrotic_shard' WHERE entry IN (16136,16172);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue