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/Chat.cpp

    r112 r128  
    796796            continue; 
    797797 
    798         (list += "\n    ") += table[i].Name; 
     798        if(m_session) 
     799            list += "\n    "; 
     800        else 
     801            list += "\n\r    "; 
     802 
     803        list += table[i].Name; 
     804 
    799805                if(table[i].ChildCommands) 
    800806                        list += " ...";