Reverted recent change in prc_enforce_feat

Reverted recent change in prc_enforce_feat.  Updated release archive.
This commit is contained in:
Jaysyn904 2024-09-25 09:16:43 -04:00
parent 49e6dd3463
commit 193278d634
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -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))
{