mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
*Fix build.
--HG-- branch : trunk
This commit is contained in:
@@ -500,7 +500,7 @@ uint32 ArenaTeam::GetPoints(uint32 MemberRating)
|
||||
|
||||
if(rating<=1500)
|
||||
// points = (float)1500 * 0.22f + 14.0f;
|
||||
points = 344f; // 3.1 change - teams with rating below 1500 get arena points for 1500 rating
|
||||
points = 344.0f; // 3.1 change - teams with rating below 1500 get arena points for 1500 rating
|
||||
else
|
||||
points = 1511.26f / (1.0f + 1639.28f * exp(-0.00412f * (float)rating));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user