[7526] Use NULL for pointers instead 0

This commit is contained in:
VladimirMangos 2009-03-23 17:36:57 +03:00
parent e09435326f
commit fa098236af
4 changed files with 6 additions and 6 deletions

View file

@ -14192,7 +14192,7 @@ bool Player::LoadFromDB( uint32 guid, SqlQueryHolder *holder )
//Need to call it to initialize m_team (m_team can be calculated from m_race)
//Other way is to saves m_team into characters table.
setFactionForRace(m_race);
SetCharm(0);
SetCharm(NULL);
m_class = fields[5].GetUInt8();