Ejemplo n.º 1
0
		public override void OnProc(Unit triggerer, IUnitAction action)
		{
			// "target is healed for $49005s2% of its maximum health"
			triggerer.HealPercent(EffectValue, m_aura.CasterUnit, m_spellEffect);	// who is the healer? caster or target?
		}