WarEffort: Add 10 hour war quest availability persistence for silithus bosses

This commit is contained in:
killerwife 2022-08-10 18:25:15 +02:00
parent bd9f88ac21
commit 314c0d561e
4 changed files with 68 additions and 5 deletions

View file

@ -149,6 +149,7 @@ INSERT INTO world_template VALUES
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
UPDATE creature_template SET ScriptName='npc_silithus_boss' WHERE entry IN(15742,15741,15740);
/* Scourge Invasion */
UPDATE creature_template SET ScriptName='scourge_invasion_necrotic_shard' WHERE entry IN (16136,16172);