mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-02 11:00:17 +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
1
src/db.c
1
src/db.c
|
|
@ -120,6 +120,7 @@ struct weather_data weather_info; /* the infomation about the weather */
|
|||
struct player_special_data dummy_mob; /* dummy spec area for mobs */
|
||||
struct reset_q_type reset_q; /* queue of zones to be reset */
|
||||
|
||||
struct happyhour happy_data = {0,0,0,0};
|
||||
|
||||
/* declaration of local (file scope) variables */
|
||||
static int converting = FALSE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue