diff --git a/Release/PRC8_20240925.7z b/Release/PRC8_20240925.7z index 4294ffc1..fdb337bf 100644 Binary files a/Release/PRC8_20240925.7z and b/Release/PRC8_20240925.7z differ diff --git a/nwn/nwnprc/trunk/scripts/prc_enforce_feat.nss b/nwn/nwnprc/trunk/scripts/prc_enforce_feat.nss index 501536ed..aeaa320d 100644 --- a/nwn/nwnprc/trunk/scripts/prc_enforce_feat.nss +++ b/nwn/nwnprc/trunk/scripts/prc_enforce_feat.nss @@ -1864,7 +1864,7 @@ int AcolyteEgo() int EpicCasting() { - if(GetLocalInt(OBJECT_SELF, "PRC_ArcSpell9") || GetLocalInt(OBJECT_SELF, "PRC_DivSpell9")) + if(GetLocalInt(OBJECT_SELF, "PRC_ArcSpell9") && GetLocalInt(OBJECT_SELF, "PRC_DivSpell9")) { if(GetHasFeat(FEAT_EPIC_SPELLCASTING)) {