Increase vnum capabilities

This commit is contained in:
kinther 2025-10-02 15:30:14 -07:00
parent 6d17d8d77a
commit 0ebf1cb02f
25 changed files with 231 additions and 51 deletions

View file

@ -267,7 +267,7 @@ WCMD(do_wdoor)
strcat(newexit->general_description, "\r\n");
break;
case 2: /* flags */
newexit->exit_info = (sh_int)asciiflag_conv(value);
newexit->exit_info = (int)asciiflag_conv(value);
break;
case 3: /* key */
newexit->key = atoi(value);