diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-15 14:58:04 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-15 14:58:04 +0000 |
commit | ee8093a79840edc7169291ca69ac3d256190fc83 (patch) | |
tree | 2a569814a328e229bfaa4f72ea38e5bc3b11c80f /src/map/map.h | |
parent | 98f7e84cd7692c8cc982ea15ce26c4d546e705b5 (diff) | |
download | hercules-ee8093a79840edc7169291ca69ac3d256190fc83.tar.gz hercules-ee8093a79840edc7169291ca69ac3d256190fc83.tar.bz2 hercules-ee8093a79840edc7169291ca69ac3d256190fc83.tar.xz hercules-ee8093a79840edc7169291ca69ac3d256190fc83.zip |
- Added battle config options item_rate_adddrop, item_drop_add_min and item_drop_add_max to control drop rate of card-acquired loot bonuses.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5610 54d463be-8e91-2dee-dedb-b68131a5f0ec
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];
|