public static bool LearnSpell(Character character, EffectInteger effect)
        {
            character.LearnSpell(SpellLevelRecord.GetSpellId(effect.Value));

            return(true);
        }