diff --git a/src/Poe2Trade.Bot/BossRunExecutor.cs b/src/Poe2Trade.Bot/BossRunExecutor.cs index 9c818d4..6997825 100644 --- a/src/Poe2Trade.Bot/BossRunExecutor.cs +++ b/src/Poe2Trade.Bot/BossRunExecutor.cs @@ -399,8 +399,9 @@ public class BossRunExecutor : GameExecutor // Walk to well and click the closest match to screen center Log.Information("Phase {Phase} done, walking to well", phase); - await WalkToWorldPosition(wellWorldX, wellWorldY); await Sleep(1500); + await WalkToWorldPosition(wellWorldX, wellWorldY); + await Sleep(500); await ClickClosestTemplateToCenter(CathedralWellTemplate); await Sleep(200);