Merge remote branch 'origin/master' into 335

This commit is contained in:
VladimirMangos 2010-06-28 16:58:45 +04:00
commit ce553c9997
302 changed files with 59699 additions and 5576 deletions

View file

@ -1189,7 +1189,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());