Skip to content

Commit

Permalink
Merge pull request #9612 from Ascathor/master
Browse files Browse the repository at this point in the history
Clearify the guild limitation message on world server initation
  • Loading branch information
Subv committed Apr 9, 2013
2 parents 81908c7 + 100a632 commit 176ec5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/game/World/World.cpp
Expand Up @@ -1779,7 +1779,7 @@ void World::SetInitialWorldSettings()
sLog->outInfo(LOG_FILTER_SERVER_LOADING, "Calculate random battleground reset time...");
InitRandomBGResetTime();

sLog->outInfo(LOG_FILTER_SERVER_LOADING, "Calculate Guild cap reset time...");
sLog->outInfo(LOG_FILTER_SERVER_LOADING, "Calculate guild limitation(s) reset time...");
InitGuildResetTime();

LoadCharacterNameData();
Expand Down

0 comments on commit 176ec5b

Please sign in to comment.