mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-19 10:01:45 +01:00
Minor bug fixes and ZONE_WORLDMAP flag
This commit is contained in:
@@ -159,6 +159,7 @@ const char *room_bits[] = {
|
||||
"OLC",
|
||||
"*", /* The BFS Mark. */
|
||||
"WORLDMAP",
|
||||
"MAIL",
|
||||
"\n"
|
||||
};
|
||||
|
||||
@@ -285,6 +286,7 @@ const char *action_bits[] = {
|
||||
"NO_BASH",
|
||||
"NO_BLIND",
|
||||
"NO_KILL",
|
||||
"MAILMAN",
|
||||
"DEAD", /* You should never see this. */
|
||||
"\n"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user