mirror of
https://github.com/tbamud/tbamud.git
synced 2025-12-21 09:40:14 +01:00
Fixed the Usage Message for Mlist, it still said to use Moblist
This commit is contained in:
parent
c639e2dba1
commit
66d4a9d3eb
1 changed files with 2 additions and 2 deletions
|
|
@ -142,8 +142,8 @@ ACMD(do_oasis_list)
|
|||
if (!((i+1)%4)) send_to_char(ch, "\r\n");
|
||||
}
|
||||
send_to_char(ch, "\r\n");
|
||||
send_to_char(ch, "Usage: %smoblist <num>%s\r\n", CCYEL(ch, C_NRM), CCNRM(ch, C_NRM));
|
||||
send_to_char(ch, " %smoblist level <num>%s\r\n", CCYEL(ch, C_NRM), CCNRM(ch, C_NRM));
|
||||
send_to_char(ch, "Usage: %smlist flags <num>%s\r\n", CCYEL(ch, C_NRM), CCNRM(ch, C_NRM));
|
||||
send_to_char(ch, " %smlist level <num>%s\r\n", CCYEL(ch, C_NRM), CCNRM(ch, C_NRM));
|
||||
send_to_char(ch, "Displays mobs with the selected flag, or at the selected level\r\n\r\n");
|
||||
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue