Last minute fixes. -Rumble

This commit is contained in:
Rumble
2008-08-12 00:17:53 +00:00
parent efab0b04fc
commit 95b0068920
4 changed files with 8 additions and 8 deletions

View File

@@ -1109,7 +1109,9 @@ ACMD(do_who)
int max_level;
int count; /* must always start as 0 */
} rank[] = {
{ "Immortals\r\n---------\r\n", LVL_IMMORT, LVL_IMPL, 0},
{ "Mortals\r\n-------\r\n", 1, LVL_IMMORT - 1, 0 },
{ "\n", 0, 0, 0 }
};
skip_spaces(&argument);