diff options
author | Shauren <shauren.trinity@gmail.com> | 2015-05-18 00:59:18 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2015-05-18 00:59:18 +0200 |
commit | 769a0e1487de38d776c5e7f293035b1511cefa0c (patch) | |
tree | 799604d93e742f29c50c519a5cb3bdeb7eb84c06 /src | |
parent | 92bfa759facd47c1e375876c1df4604091811d16 (diff) |
Core/Misc: Log typo fix, because people dont have more important things to bitch about...
Diffstat (limited to 'src')
-rw-r--r-- | src/server/game/Garrison/GarrisonMgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Garrison/GarrisonMgr.cpp b/src/server/game/Garrison/GarrisonMgr.cpp index bb2d44d7141..3229ee7d02a 100644 --- a/src/server/game/Garrison/GarrisonMgr.cpp +++ b/src/server/game/Garrison/GarrisonMgr.cpp @@ -121,7 +121,7 @@ uint64 GarrisonMgr::GenerateFollowerDbId() { if (_followerDbIdGenerator >= std::numeric_limits<uint64>::max()) { - TC_LOG_ERROR("misc", "Garrison follower db id oberflow! Can't continue, shutting down server. "); + TC_LOG_ERROR("misc", "Garrison follower db id overflow! Can't continue, shutting down server. "); World::StopNow(ERROR_EXIT_CODE); } |