mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[9910] Implement expected from 3.2.x time limit for BattleGroundWS.
With updates and fixes from zergtmn. Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
df6bd3df30
commit
0828c3aa81
4 changed files with 42 additions and 2 deletions
|
|
@ -8066,6 +8066,8 @@ static WorldStatePair WS_world_states[] =
|
|||
{ 0x641, 0x3 }, // 12 1601 unk (max flag captures?)
|
||||
{ 0x922, 0x1 }, // 13 2338 horde (0 - hide, 1 - flag ok, 2 - flag picked up (flashing), 3 - flag picked up (not flashing)
|
||||
{ 0x923, 0x1 }, // 14 2339 alliance (0 - hide, 1 - flag ok, 2 - flag picked up (flashing), 3 - flag picked up (not flashing)
|
||||
{ 0x1097,0x1 }, // 15 4247 show time limit?
|
||||
{ 0x1098,0x19 }, // 16 4248 time remaining in minutes
|
||||
{ 0x0, 0x0 }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue