mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-19 01:51:44 +01:00
Added happyhour feature and game_info function
This commit is contained in:
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;
|
||||
|
||||
Reference in New Issue
Block a user