diff options
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h index 44c879c6e..cb82be8a8 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -591,7 +591,7 @@ struct map_session_data { short class_, rate;
} add_def[MAX_PC_BONUS], add_mdef[MAX_PC_BONUS],
add_dmg[MAX_PC_BONUS], add_mdmg[MAX_PC_BONUS];
- struct {
+ struct s_add_drop {
short id, group;
int race, rate;
} add_drop[MAX_PC_BONUS];
|