diff --git a/nwn/nwnprc/trunk/scripts/prc_enforce_mark.nss b/nwn/nwnprc/trunk/scripts/prc_enforce_mark.nss index 336c8b81..db681a08 100644 --- a/nwn/nwnprc/trunk/scripts/prc_enforce_mark.nss +++ b/nwn/nwnprc/trunk/scripts/prc_enforce_mark.nss @@ -1406,7 +1406,7 @@ int EnlightendFistMarkerFeats() //:; Enforces Fist of Raziel marker feats int FistOfRazielMarkerFeats() { - if(GetLevelByClass(CLASS_TYPE_ENLIGHTENEDFIST)) + if(GetLevelByClass(CLASS_TYPE_FISTRAZIEL)) { int nRaziel = GetHasFeat(FEAT_FISTRAZIEL_SPELLCASTING_ARCHIVIST) + GetHasFeat(FEAT_FISTRAZIEL_SPELLCASTING_CLERIC)