Fix typo in last commit

This commit is contained in:
Michael Cook (mackal) 2016-01-15 17:00:10 -05:00
parent f33f3bd4f5
commit 42f7e03b04

View File

@ -1901,7 +1901,7 @@ int32 Client::CalcPR()
if (c == MONK) { if (c == MONK) {
int l = GetLevel(); int l = GetLevel();
if (l > 50) if (l > 50)
PR += l = 50; PR += l - 50;
} }
if (c == ROGUE) { if (c == ROGUE) {
PR += 8; PR += 8;