mirror of
https://github.com/mangosfour/server.git
synced 2025-12-19 04:37:06 +00:00
[9922] Rename BG_WS_UNK1 -> BG_WS_TIME_ENABLED
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
bed8794a75
commit
60bdbed8f4
3 changed files with 3 additions and 3 deletions
|
|
@ -656,6 +656,6 @@ void BattleGroundWS::FillInitialWorldStates(WorldPacket& data, uint32& count)
|
||||||
else
|
else
|
||||||
FillInitialWorldState(data, count, BG_WS_FLAG_STATE_ALLIANCE, 1);
|
FillInitialWorldState(data, count, BG_WS_FLAG_STATE_ALLIANCE, 1);
|
||||||
|
|
||||||
FillInitialWorldState(data, count, BG_WS_UNK1, 1);
|
FillInitialWorldState(data, count, BG_WS_TIME_ENABLED, 1);
|
||||||
FillInitialWorldState(data, count, BG_WS_TIME_REMAINING, GetRemainingTimeInMinutes());
|
FillInitialWorldState(data, count, BG_WS_TIME_REMAINING, GetRemainingTimeInMinutes());
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -55,7 +55,7 @@ enum BG_WS_WorldStates
|
||||||
BG_WS_FLAG_CAPTURES_MAX = 1601,
|
BG_WS_FLAG_CAPTURES_MAX = 1601,
|
||||||
BG_WS_FLAG_STATE_HORDE = 2338,
|
BG_WS_FLAG_STATE_HORDE = 2338,
|
||||||
BG_WS_FLAG_STATE_ALLIANCE = 2339,
|
BG_WS_FLAG_STATE_ALLIANCE = 2339,
|
||||||
BG_WS_UNK1 = 4247, // Show time limit?
|
BG_WS_TIME_ENABLED = 4247,
|
||||||
BG_WS_TIME_REMAINING = 4248
|
BG_WS_TIME_REMAINING = 4248
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "9921"
|
#define REVISION_NR "9922"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue