mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-18 06:00:10 -04:00
*Fix a typo. By Necroo.
--HG-- branch : trunk
This commit is contained in:
+1
-1
@@ -6095,7 +6095,7 @@ int32 Player::CalculateReputationGain(uint32 creatureOrQuestLevel, int32 rep, in
|
||||
if (percent <= 0.0f)
|
||||
return 0;
|
||||
|
||||
return int32(rep*percent)/100;
|
||||
return int32(rep*percent/100);
|
||||
}
|
||||
|
||||
//Calculates how many reputation points player gains in victim's enemy factions
|
||||
|
||||
Reference in New Issue
Block a user