mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 07:38:36 +00:00
Fix scaling and display for cor / phr
This commit is contained in:
@@ -2215,6 +2215,14 @@ void NPC::ModifyNPCStat(const char *identifier, const char *new_value)
|
||||
CR = atoi(val.c_str());
|
||||
return;
|
||||
}
|
||||
else if (id == "cor") {
|
||||
Corrup = atoi(val.c_str());
|
||||
return;
|
||||
}
|
||||
else if (id == "phr") {
|
||||
PhR = atoi(val.c_str());
|
||||
return;
|
||||
}
|
||||
else if (id == "pr") {
|
||||
PR = atoi(val.c_str());
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user