mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-27 17:44:09 +01:00
Minor bug fixes and ZONE_WORLDMAP flag
This commit is contained in:
parent
d38117ead2
commit
ba83b532b1
6 changed files with 22 additions and 4 deletions
|
|
@ -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"
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue