Updated release. Removed defunct ConvoCC includes.
This commit is contained in:
@@ -124,6 +124,8 @@ int _CheckEpicSpellcastingForClass(object oPC, int nClass)
|
||||
case CLASS_TYPE_WARMAGE: return GetIsEpicWarmage(oPC);
|
||||
case CLASS_TYPE_BLIGHTER: return GetIsEpicBlighter(oPC);
|
||||
case CLASS_TYPE_UR_PRIEST: return GetIsEpicUrPriest(oPC);
|
||||
|
||||
break;
|
||||
}
|
||||
return FALSE;
|
||||
}
|
||||
@@ -268,4 +270,6 @@ string GetNameForSpell(int nSpellID)
|
||||
int nFeat = GetFeatForSpell(nSpellID);
|
||||
string sName = GetStringByStrRef(StringToInt(Get2DACache("feat", "FEAT", nFeat)));
|
||||
return sName;
|
||||
}
|
||||
}
|
||||
|
||||
//:: void main (){}
|
Reference in New Issue
Block a user