mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
[7448] Fixed infinite honor gains in EoS.
Problem reported by LickedLurk. Thx. Fixed Entering battleground bugged in [7447] Signed-off-by: Triply <triply@getmangos.com>
This commit is contained in:
parent
b94c78474b
commit
e1f069e5b9
3 changed files with 6 additions and 3 deletions
|
|
@ -520,7 +520,7 @@ void BattleGroundEY::Reset()
|
|||
m_PointAddingTimer = 0;
|
||||
m_TowerCapCheckTimer = 0;
|
||||
bool isBGWeekend = false; //TODO FIXME - call sBattleGroundMgr.IsBGWeekend(m_TypeID); - you must also implement that call!
|
||||
uint32 m_HonorTics = (isBGWeekend) ? BG_EY_EYWeekendHonorTicks : BG_EY_NotEYWeekendHonorTicks;
|
||||
m_HonorTics = (isBGWeekend) ? BG_EY_EYWeekendHonorTicks : BG_EY_NotEYWeekendHonorTicks;
|
||||
|
||||
for(uint8 i = 0; i < EY_POINTS_MAX; ++i)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue