public static void HandleBuff(Buff buffData, EntityParent caster, EntityParent target, int fromSkillLevel) { LocalBattleBuffPropHandler.HandleBuff(buffData, caster, target, fromSkillLevel); }
public static void HandleBuff(Buff buffData, EntityParent caster, EntityParent target, int fromSkillLevel) { LocalBattleBuffPropHandler.HandleBuff(buffData, caster, target, fromSkillLevel); LocalBattleProtocolSimulator.SendWeak(target.ID); }
public static void HandleBuff(Buff buffData, EntityParent caster, EntityParent target, int fromSkillLevel) { LocalBattleBuffPropHandler.HandleBuff(buffData, caster, target, fromSkillLevel); target.GetSkillManager().ClientCastSkillByID(buffData.tempSkill); }