Update for PRC8 parity
Update for PRC8 parity. Full compile.
This commit is contained in:
@@ -161,7 +161,7 @@ void fctn_UpdateReputation(object creature)
|
||||
int relation = StringToInt(NWNX_SQL_ReadDataInActiveRow(1));
|
||||
|
||||
if (GetLocalInt(creature, "FACTION_SPARRING_MODE"))
|
||||
relation = min(50, relation);
|
||||
relation = PRCMin(50, relation);
|
||||
|
||||
object rep = fctn_GetRepresentative(other);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user