mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-25 11:21:58 +01:00
Typo in r9b698bb399. Can this finally be over with? I'm being messy.
--HG-- branch : trunk
This commit is contained in:
@@ -771,7 +771,7 @@ void ArenaTeam::MemberWon(Player * plr, uint32 againstMatchmakerRating)
|
||||
// calculate the rating modification
|
||||
int32 mod;
|
||||
if (itr->personal_rating < 1000)
|
||||
mod = (int32)ceil(48.0f * (1.0f - chance) * (1.0f - chance));
|
||||
mod = (int32)ceil(48.0f * (1.0f - chance));
|
||||
else if (itr->personal_rating < 1300)
|
||||
mod = (int32)ceil((24.0f + (24.0f * (1300 - m_stats.rating) / 300)) * (1.0f - chance));
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user