From 826153781f6cbda7bc61997bec7419e4d1843b19 Mon Sep 17 00:00:00 2001 From: Fuzz Date: Fri, 5 Jul 2024 00:09:55 +1000 Subject: [PATCH] cleanup arena changes before PR --- src/strategy/actions/BattleGroundTactics.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/strategy/actions/BattleGroundTactics.cpp b/src/strategy/actions/BattleGroundTactics.cpp index 95d4eaa3..d0d9e716 100644 --- a/src/strategy/actions/BattleGroundTactics.cpp +++ b/src/strategy/actions/BattleGroundTactics.cpp @@ -2659,7 +2659,6 @@ bool BGTactics::Execute(Event event) // can't use this in this BG - no vPaths/vFlagIds (will crash server) botAI->ResetStrategies(); return false; - break; } if (getName() == "move to start") @@ -4924,7 +4923,7 @@ bool ArenaTactics::moveToCenter(Battleground* bg) } break; case BATTLEGROUND_RV: - MoveTo(bg->GetMapId(), 764.65f + frand(-1, +1), -283.85f + frand(-2, +2), 28.28f, false, true); + MoveTo(bg->GetMapId(), 764.65f + frand(-2, +2), -283.85f + frand(-2, +2), 28.28f, false, true); break; default: break;