diff options
author | Ascathor <Break_the_Chain@web.de> | 2013-04-09 21:27:27 +0200 |
---|---|---|
committer | Ascathor <Break_the_Chain@web.de> | 2013-04-09 21:27:27 +0200 |
commit | 100a632a62e7bdbbf79595557de1066affc9346f (patch) | |
tree | e803694942f082243e65353d21f0c4dc99b7119b /src | |
parent | 81908c7d7bc7c765c262793a56d90f4e8dd18450 (diff) |
Clearify the guild limitation message on world server initation (3.3.5a withdrawal cap; 4.3.4 withdrawal and guild rep cap)
Diffstat (limited to 'src')
-rw-r--r-- | src/server/game/World/World.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/World/World.cpp b/src/server/game/World/World.cpp index ec11a29b5c1..a786a218dc5 100644 --- a/src/server/game/World/World.cpp +++ b/src/server/game/World/World.cpp @@ -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(); |