BattlegroundMgr - Fixed typo

Quick fix typo in slog
This commit is contained in:
Barbz 2018-06-17 17:04:56 +02:00 committed by GitHub
parent a303ba3da3
commit a1794c6193
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;