diff options
Diffstat (limited to 'src/game/BattleGround.h')
-rw-r--r-- | src/game/BattleGround.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/BattleGround.h b/src/game/BattleGround.h index e6577544539..857f1c9803e 100644 --- a/src/game/BattleGround.h +++ b/src/game/BattleGround.h @@ -93,7 +93,6 @@ enum BattleGroundTimeIntervals RESPAWN_ONE_DAY = 86400, // secs RESPAWN_IMMEDIATELY = 0, // secs BUFF_RESPAWN_TIME = 180, // secs - BG_HONOR_SCORE_TICKS = 330 // points }; enum BattleGroundStartTimeIntervals @@ -322,6 +321,7 @@ class BattleGround uint8 GetArenaType() const { return m_ArenaType; } uint8 GetWinner() const { return m_Winner; } uint32 GetBattlemasterEntry() const; + uint32 GetBonusHonorFromKill(uint32 kills) const; // Set methods: void SetName(char const* Name) { m_Name = Name; } |