mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-03 03:20:16 +01:00
Bug fixes for new house system and levels command
This commit is contained in:
parent
e068bfd5c0
commit
b06cf00639
6 changed files with 82 additions and 63 deletions
|
|
@ -292,6 +292,7 @@ bool change_player_name(struct char_data *ch, struct char_data *vict, char *new_
|
|||
bool AddRecentPlayer(char *chname, char *chhost, bool newplr, bool cpyplr);
|
||||
void set_default_admin_privs(struct char_data *ch, bool keep_old);
|
||||
int get_admin_level_by_string(char *lv);
|
||||
void do_stat_character(struct char_data *ch, struct char_data *k);
|
||||
/* Functions with subcommands */
|
||||
/* do_date */
|
||||
ACMD(do_date);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue