protected virtual bool ShouldDevour()
{
if (!Skills.Necromancer.Devour.CanCast())
return true;
if (Player.PrimaryResourcePct >= 0 )
return false;
if (TargetUtil.CorpseCount(60f) <= 0)
return false;
return true;
==================================
i change first line to true. but did not use the devour skill
plz help
{
if (!Skills.Necromancer.Devour.CanCast())
return true;
if (Player.PrimaryResourcePct >= 0 )
return false;
if (TargetUtil.CorpseCount(60f) <= 0)
return false;
return true;
==================================
i change first line to true. but did not use the devour skill
plz help