Show
Ignore:
Timestamp:
11/19/08 13:38:43 (17 years ago)
Author:
yumileroy
Message:

[svn] * Prevent crash at access to deleted social data for player. Remove social data at logout instead - source mangos
* Fixed subcommands list output at console. - source mangos
* Rename scripts update.

Original author: KingPin?
Date: 2008-10-28 08:10:44-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/game/Player.cpp

    r120 r128  
    434434    CleanupsBeforeDelete(); 
    435435 
    436     if(m_uint32Values)                                      // only for fully created Object 
    437     { 
    438         sSocialMgr.RemovePlayerSocial(GetGUIDLow()); 
    439     } 
     436    //m_social = NULL; 
    440437 
    441438    // Note: buy back item already deleted from DB when player was saved