mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-11 02:52:26 +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) {
|
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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user