mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
WarEffort: Add 10 hour war quest availability persistence for silithus bosses
This commit is contained in:
parent
7eef66677a
commit
162ec48593
4 changed files with 68 additions and 5 deletions
|
|
@ -230,6 +230,7 @@ INSERT INTO scripted_event_id 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);
|
||||
|
||||
/*Midsummer*/
|
||||
UPDATE gameobject_template SET ScriptName='go_midsummer_bonfire' WHERE entry IN(187946,187945,187944,187943,187942,187941,187940,187939,187938,187937,187936,187935,187934,187933,187932,187931,187930,187929,187928,187927,187926,187925,187924,187923,187922,187921,187920,187919,187917,187916,187914,187564,187971,187973,187952,187963,187950,187961,187959,187957,187968,187948,187953,187970,187966,187975,187969,187951,187956,187954,187947,187972,187964,187559,187965,187949,187955,187967,187958,187974,187960,187962,181332,181333,181334,181335,181336,181337,188128,188129);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue