BattlegroundMgr - Fixed typo
Quick fix typo in slog
This commit is contained in:
parent
a303ba3da3
commit
a1794c6193
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue