diff options
Diffstat (limited to 'src/map/battle.h')
-rw-r--r-- | src/map/battle.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/battle.h b/src/map/battle.h index 150e08f41..63681360a 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -280,7 +280,9 @@ extern struct Battle_Config { int gm_can_drop_lv; int disp_hpmeter; int bone_drop; + int monster_damage_delay; +// eAthena additions int night_at_start; // added by [Yor] int day_duration; // added by [Yor] int night_duration; // added by [Yor] |