mirror of
https://github.com/mangosfour/server.git
synced 2025-12-31 22:37:05 +00:00
[10611] Made some values const
Signed-off-by: DasBlub <dasblub@gmail.com>
This commit is contained in:
parent
61102e3b16
commit
47d971c7f9
59 changed files with 64 additions and 64 deletions
|
|
@ -232,7 +232,7 @@ void BattleGroundAV::UpdateScore(BattleGroundTeamId team, int32 points )
|
|||
UpdateWorldState(((team == BG_TEAM_HORDE) ? BG_AV_Horde_Score : BG_AV_Alliance_Score), m_TeamScores[team]);
|
||||
}
|
||||
|
||||
void BattleGroundAV::Update(uint32 diff)
|
||||
void BattleGroundAV::Update(const uint32 diff)
|
||||
{
|
||||
BattleGround::Update(diff);
|
||||
if (GetStatus() != STATUS_IN_PROGRESS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue