Reverted recent change in prc_enforce_feat
Reverted recent change in prc_enforce_feat. Updated release archive.
This commit is contained in:
parent
49e6dd3463
commit
193278d634
Binary file not shown.
@ -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))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user