Exemplo n.º 1
0
 public static void HandleBuff(Buff buffData, EntityParent caster, EntityParent target, int fromSkillLevel)
 {
     LocalBattleBuffPropHandler.HandleBuff(buffData, caster, target, fromSkillLevel);
     LocalBattleProtocolSimulator.SendTaunt(target.ID);
 }