*Replace "LoginDatabase" with "loginDatabase"

--HG--
branch : trunk
This commit is contained in:
megamage
2009-07-31 11:29:28 +08:00
parent ca271eb5dc
commit 0fcadd9d25
21 changed files with 135 additions and 135 deletions

View File

@@ -239,7 +239,7 @@ bool ChatHandler::HandleAccountOnlineListCommand(const char* /*args*/)
///- Get the username, last IP and GM level of each account
// No SQL injection. account is uint32.
// 0 1 2 3
QueryResult *resultLogin = LoginDatabase.PQuery("SELECT username, last_ip, gmlevel, expansion FROM account WHERE id = '%u'",account);
QueryResult *resultLogin = loginDatabase.PQuery("SELECT username, last_ip, gmlevel, expansion FROM account WHERE id = '%u'",account);
if(resultLogin)
{