Added happyhour feature and game_info function

This commit is contained in:
JamDog 2010-11-06 18:14:07 +00:00
parent 2c912fe623
commit 88fb85b126
14 changed files with 340 additions and 98 deletions

View file

@ -1232,6 +1232,14 @@ struct guild_info_type
int direction;
};
/** Happy Hour Data */
struct happyhour {
int qp_rate;
int exp_rate;
int gold_rate;
int ticks_left;
};
/* Config structs */
/** The game configuration structure used for configurating the game play