Fixed the Usage Message for Mlist, it still said to use Moblist

This commit is contained in:
Fizban 2008-06-29 01:16:37 +00:00
parent c639e2dba1
commit 66d4a9d3eb

View file

@ -142,8 +142,8 @@ ACMD(do_oasis_list)
if (!((i+1)%4)) send_to_char(ch, "\r\n"); if (!((i+1)%4)) send_to_char(ch, "\r\n");
} }
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, "Usage: %smlist flags <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, " %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"); send_to_char(ch, "Displays mobs with the selected flag, or at the selected level\r\n\r\n");
return; return;