[Jul 03 2008] - Rumble
Fixed lib/messages to properly display skill, spell, and damage messages. (thanks T ink) [Jun 28 2008] - Rumble Added player ability to cancel queued commands. i.e. player spammed kick while figh ting but needs to flee so they type '--' to cancel so they can flee. (thanks Jamdog)
This commit is contained in:
@@ -69,7 +69,7 @@ void perform_mob_level_list(struct char_data * ch, char *arg)
|
||||
|
||||
mob_level = atoi(arg);
|
||||
|
||||
if (mob_level < 0 || mob_level >= LVL_IMMORT) {
|
||||
if (mob_level < 0 || mob_level > 99) {
|
||||
send_to_char(ch, "Invalid mob level!\r\n");
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user