Exemplo n.º 1
0
        public static bool CheckCombat(Mobile m, bool restrict = true)
        {
            if (!restrict)
            {
                return(false);
            }

            return(Aggression.CheckHasAggression(m, true));
        }