mirror of
https://github.com/tbamud/tbamud.git
synced 2026-04-03 02:47:19 +02:00
Remove happyhour
This commit is contained in:
parent
9ce2340f7d
commit
69caa31b8a
3 changed files with 1 additions and 22 deletions
|
|
@ -306,7 +306,7 @@ void die(struct char_data * ch, struct char_data * killer)
|
|||
static void perform_group_gain(struct char_data *ch, int base,
|
||||
struct char_data *victim)
|
||||
{
|
||||
int share, hap_share;
|
||||
int share;
|
||||
|
||||
share = MIN(CONFIG_MAX_EXP_GAIN, MAX(1, base));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue