*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

@@ -1356,7 +1356,7 @@ void WorldSession::HandleWhoisOpcode(WorldPacket& recv_data)
uint32 accid = plr->GetSession()->GetAccountId();
QueryResult *result = LoginDatabase.PQuery("SELECT username,email,last_ip FROM account WHERE id=%u", accid);
QueryResult *result = loginDatabase.PQuery("SELECT username,email,last_ip FROM account WHERE id=%u", accid);
if(!result)
{
SendNotification(LANG_ACCOUNT_FOR_PLAYER_NOT_FOUND, charname.c_str());