Fixed some additional found nullptrs

This commit is contained in:
Antz 2016-09-21 20:49:06 +01:00 committed by Antz
parent 2e925eddd5
commit 2d960a4b1c
36 changed files with 303 additions and 303 deletions

View file

@ -877,7 +877,7 @@ void WorldSession::SetAccountData(AccountDataType type, time_t time_, const std:
}
else
{
// _player can be nullptr and packet received after logout but m_GUID still store correct guid
// _player can be NULL and packet received after logout but m_GUID still store correct guid
if (!m_GUIDLow)
return;