diff options
author | maanuel <none@none> | 2009-12-23 00:36:28 -0300 |
---|---|---|
committer | maanuel <none@none> | 2009-12-23 00:36:28 -0300 |
commit | 76ed9dd08825fa22c019514a32bccf698bbf0a10 (patch) | |
tree | 16987898ade8c08db171ae4078281c05ff70d88c /src/trinitycore/RASocket.cpp | |
parent | eccaad7b0199de517620f7201f79426b72f2b796 (diff) |
Fixed typo in RASocket.cpp
--HG--
branch : trunk
Diffstat (limited to 'src/trinitycore/RASocket.cpp')
-rw-r--r-- | src/trinitycore/RASocket.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trinitycore/RASocket.cpp b/src/trinitycore/RASocket.cpp index a464a83702c..027cceb1314 100644 --- a/src/trinitycore/RASocket.cpp +++ b/src/trinitycore/RASocket.cpp @@ -170,7 +170,7 @@ void RASocket::OnRead() //szPass=fields[0].GetString(); ///- if gmlevel is too low, deny access - if(fields[1].GetUInt32()<iMinLevel || fields[1].GetUInt32() == NULL)) + if(fields[1].GetUInt32()<iMinLevel || fields[1].GetUInt32() == NULL) { Sendf("-Not enough privileges.\r\n"); sLog.outRemote("User %s has no privilege.\n",szLogin.c_str()); |