Stat zone no arg defaults to current zone and fixed shop listing color formatting. --Rumble

This commit is contained in:
Rumble 2007-07-02 13:52:06 +00:00
parent 52194dacdd
commit 9b3bc051f9
4 changed files with 6 additions and 4 deletions

View file

@ -1009,7 +1009,7 @@ int search_help(char *argument, int level)
while (level < help_table[mid].min_level && mid < (bot + top) / 2)
mid++;
// if (strn_cmp(argument, help_table[mid].keywords, minlen) || level < help_table[mid].min_level)
//to allow morts access to helpfiles on TBA, delete next line. if (strn_cmp(argument, help_table[mid].keywords, minlen) || level < help_table[mid].min_level)
if (strn_cmp(argument, help_table[mid].keywords, minlen))
break;