mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Fix typo in last commit
This commit is contained in:
@@ -1901,7 +1901,7 @@ int32 Client::CalcPR()
|
||||
if (c == MONK) {
|
||||
int l = GetLevel();
|
||||
if (l > 50)
|
||||
PR += l = 50;
|
||||
PR += l - 50;
|
||||
}
|
||||
if (c == ROGUE) {
|
||||
PR += 8;
|
||||
|
||||
Reference in New Issue
Block a user