Merge branch 'master' into 303

This commit is contained in:
tomrus88 2008-10-28 23:04:02 +03:00
commit 8d733e8f8a
30 changed files with 547 additions and 161 deletions

View file

@ -427,10 +427,8 @@ Player::~Player ()
{
CleanupsBeforeDelete();
if(m_uint32Values) // only for fully created Object
{
sSocialMgr.RemovePlayerSocial(GetGUIDLow());
}
// it must be unloaded already in PlayerLogout and accessed only for loggined player
//m_social = NULL;
// Note: buy back item already deleted from DB when player was saved
for(int i = 0; i < PLAYER_SLOTS_COUNT; ++i)