mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-16 01:37:15 -05:00
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()
|
||||
{
|
||||
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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user