From fcfe00248904b0d70cf6ca50641182bb319163b4 Mon Sep 17 00:00:00 2001 From: Mehmet Ayan Date: Mon, 19 Jan 2015 23:54:38 +0200 Subject: [PATCH] CountEnemiesInRange Mundo changes --- AutoSharpporting/Plugins/Drmundo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AutoSharpporting/Plugins/Drmundo.cs b/AutoSharpporting/Plugins/Drmundo.cs index bddf68b..275d044 100644 --- a/AutoSharpporting/Plugins/Drmundo.cs +++ b/AutoSharpporting/Plugins/Drmundo.cs @@ -66,7 +66,7 @@ private void Combo(Obj_AI_Hero target) E.Cast(); } - int EnInRang = Utility.CountEnemysInRange(1000); + int EnInRang = Utility.CountEnemysInRange(Player,1000); if (Player.HealthPercentage() < 30 && R.IsReady() && EnInRang >= 1 || EnInRang == 1) {