mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-11 23:32:34 +01:00
Added happyhour feature and game_info function
This commit is contained in:
parent
2c912fe623
commit
88fb85b126
14 changed files with 340 additions and 98 deletions
3
src/db.h
3
src/db.h
|
|
@ -401,6 +401,9 @@ extern struct message_list fight_messages[MAX_MESSAGES];
|
|||
extern struct aq_data *aquest_table;
|
||||
extern qst_rnum total_quests;
|
||||
|
||||
/* Happyhour global */
|
||||
extern struct happyhour happy_data;
|
||||
|
||||
/* begin previously located in players.c, returned to db.c */
|
||||
extern struct player_index_element *player_table;
|
||||
extern int top_of_p_table;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue