Changeset 78 for trunk/src/game/Chat.cpp

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

[svn] * fixed help for subcommands - source mangos
* Renamed accounts column tbc to expansion and it only took a little over 4 hours o.O

Original author: KingPin?
Date: 2008-10-20 12:23:56-05:00

Files:
1 modified

Legend:

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

    r62 r78  
    627627    for(uint32 i = 0; table[i].Name != NULL; i++) 
    628628    { 
    629         if( !hasStringAbbr(table[i].Name, cmd.c_str()) ) 
     629        if( *subcmd && !hasStringAbbr(table[i].Name, subcmd)) 
    630630            continue; 
    631631