Merge pull request #7734 from AFROM/patch-1

Update src/server/game/Events/GameEventMgr.cpp
This commit is contained in:
Nay
2012-09-11 15:14:34 -07:00

View File

@@ -860,7 +860,7 @@ void GameEventMgr::LoadFromDB()
if (!result)
{
sLog->outInfo(LOG_FILTER_SERVER_LOADING, ">> Loaded 0 battleground holidays in game events. DB table `game_event_condition` is empty.");
sLog->outInfo(LOG_FILTER_SERVER_LOADING, ">> Loaded 0 battleground holidays in game events. DB table `game_event_battleground_holiday` is empty.");
}
else
{