From a1794c6193ef25b4c56c09c4b6efcd935ffb1de6 Mon Sep 17 00:00:00 2001 From: Barbz Date: Sun, 17 Jun 2018 17:04:56 +0200 Subject: [PATCH] BattlegroundMgr - Fixed typo Quick fix typo in slog --- src/server/game/Battlegrounds/BattlegroundMgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/game/Battlegrounds/BattlegroundMgr.cpp b/src/server/game/Battlegrounds/BattlegroundMgr.cpp index b495597d4..426bfa1fe 100644 --- a/src/server/game/Battlegrounds/BattlegroundMgr.cpp +++ b/src/server/game/Battlegrounds/BattlegroundMgr.cpp @@ -698,7 +698,7 @@ void BattlegroundMgr::InitAutomaticArenaPointDistribution() if (wstime < curtime) { m_NextAutoDistributionTime = curtime; // reset will be called in the next update - sLog->outString("AzerothCore Battleground: Battleground: Next arena point distribution time in the past, reseting it now."); + sLog->outString("AzerothCore Battleground: Next arena point distribution time in the past, reseting it now."); } else m_NextAutoDistributionTime = wstime;