mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
WorldState: Add code to handle Sunwell Plateau gate opening
All gates will start open by default. This is a special feature for progressive servers to control the release of SWP similar to how Blizzard did in TBC. This feature never made it to the live game - it was only seen on the 2.4 PTR. Instead, Blizzard ended up manually opening the gates on certain dates for each region.
This commit is contained in:
parent
59baf3b746
commit
adb352b512
8 changed files with 248 additions and 22 deletions
|
|
@ -768,7 +768,7 @@ INSERT INTO scripted_event_id VALUES
|
|||
|
||||
/* ISLE OF QUEL'DANAS */
|
||||
UPDATE creature_template SET ScriptName='npc_converted_sentry' WHERE entry=24981;
|
||||
UPDATE creature_template SET ScriptName='npc_suns_reach_reclamation' WHERE entry IN(24965,24967,25061,25057,24932,25108,25069,25046,24975,25112,25163);
|
||||
UPDATE creature_template SET ScriptName='npc_suns_reach_reclamation' WHERE entry IN(24965,24967,25061,25057,24932,25108,25069,25046,24975,25112,25163,25169);
|
||||
UPDATE creature_template SET ScriptName='npc_shattered_sun_marksman' WHERE entry=24938;
|
||||
UPDATE creature_template SET ScriptName='npc_shattered_sun_warrior' WHERE entry=25115;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue