Fixed PrCs not counting in some calculations

Fixed PrCs not counting in some calculations.  Updated release archive.
This commit is contained in:
Jaysyn904
2023-10-17 22:41:02 -04:00
parent 7569cd9583
commit 9b6d193b67
5 changed files with 11 additions and 11 deletions

View File

@@ -595,7 +595,7 @@ int PRCGetCasterLevel(object oCaster = OBJECT_SELF)
}
else if(GetPrimaryArcaneClass(oCaster) == iCastingClass)
iReturnLevel += GetArcanePRCLevels(oCaster);
iReturnLevel += GetArcanePRCLevels(oCaster, iCastingClass);
else if(GetLevelByClass(CLASS_TYPE_ULTIMATE_MAGUS, oCaster))
iReturnLevel += GetArcanePRCLevels(oCaster, iCastingClass);