Reverted recent change in prc_enforce_feat
Reverted recent change in prc_enforce_feat. Updated release archive.
This commit is contained in:
Binary file not shown.
@@ -1864,7 +1864,7 @@ int AcolyteEgo()
|
|||||||
|
|
||||||
int EpicCasting()
|
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))
|
if(GetHasFeat(FEAT_EPIC_SPELLCASTING))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user