internal void HealBySpell(SpellHealInfo healInfo) { unit.Spells.CalculateSpellHealingTaken(ref healInfo); EventHandler.ExecuteEvent(EventHandler.GlobalDispatcher, GameEvents.ServerHealingDone, healInfo); unit.DealHeal(healInfo.Target, (int)healInfo.Heal); }