mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-16 11:27:14 -05:00
Fixed PrCs not counting in some calculations
Fixed PrCs not counting in some calculations. Updated release archive.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user