mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-19 03:22:29 +00:00
Fix typo in last commit
This commit is contained in:
parent
f33f3bd4f5
commit
42f7e03b04
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user