示例#1
0
        public override void Pull(WoWUnit target)
        {
            if (!target.CanBeKilled() || Player.IsCasting())
            {
                return;
            }

            if (!target.Equals(Target))
            {
                Player.SetTarget(target);
            }

            SpellBook.Cast(SpellNames.FrostBolt);
        }