mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-11 18:44:20 +01:00
Major: Backport to rvn 241, with the addition of all previously found bug fixes.
This commit is contained in:
parent
e4cdc51eb1
commit
479dbb6cbd
86 changed files with 3771 additions and 7913 deletions
|
|
@ -42,7 +42,7 @@ int perform_alias(struct descriptor_data *d, char *orig, size_t maxlen);
|
|||
int enter_player_game (struct descriptor_data *d);
|
||||
/* ACMDs available through interpreter.c */
|
||||
ACMD(do_alias);
|
||||
ACMD(do_cmdinfo);
|
||||
|
||||
|
||||
/* for compatibility with 2.20: */
|
||||
#define argument_interpreter(a, b, c) two_arguments(a, b, c)
|
||||
|
|
@ -60,8 +60,6 @@ struct command_info {
|
|||
void (*command_pointer)
|
||||
(struct char_data *ch, char *argument, int cmd, int subcmd);
|
||||
sh_int minimum_level;
|
||||
sh_int minimum_admlevel;
|
||||
int admin_flag;
|
||||
int subcmd;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue