mirror of
https://github.com/tbamud/tbamud.git
synced 2026-04-04 19:37:18 +02:00
Increase vnum capabilities
This commit is contained in:
parent
6d17d8d77a
commit
0ebf1cb02f
25 changed files with 231 additions and 51 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue