mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
BattlegroundMgr - Fixed typo
Quick fix typo in slog
This commit is contained in:
@@ -698,7 +698,7 @@ void BattlegroundMgr::InitAutomaticArenaPointDistribution()
|
|||||||
if (wstime < curtime)
|
if (wstime < curtime)
|
||||||
{
|
{
|
||||||
m_NextAutoDistributionTime = curtime; // reset will be called in the next update
|
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
|
else
|
||||||
m_NextAutoDistributionTime = wstime;
|
m_NextAutoDistributionTime = wstime;
|
||||||
|
|||||||
Reference in New Issue
Block a user