mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
Updated to 10083 client build.
This commit is contained in:
parent
26fa65d840
commit
755c8a1a81
7 changed files with 39 additions and 37 deletions
|
|
@ -726,7 +726,7 @@ void WorldSession::HandleBattlemasterJoinArena( WorldPacket & recv_data )
|
|||
Player *member = itr->getSource();
|
||||
|
||||
// calc avg personal rating
|
||||
avg_pers_rating += member->GetUInt32Value(PLAYER_FIELD_ARENA_TEAM_INFO_1_1 + (arenaslot*6) + 5);
|
||||
avg_pers_rating += member->GetUInt32Value(PLAYER_FIELD_ARENA_TEAM_INFO_1_1 + (arenaslot * 7) + 5);
|
||||
}
|
||||
|
||||
if (arenatype)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue