*Fix a typo. By Necroo.

--HG--
branch : trunk
This commit is contained in:
Anubisss
2009-08-17 01:14:30 +02:00
parent 48e6997453
commit 5764feb2cf
+1 -1
View File
@@ -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