diff options
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/map.h b/src/map/map.h index 9ae1d3d2a..ddbb776ee 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -578,8 +578,8 @@ struct map_session_data { short unequip_losesp[11];
// zeroed arrays end here.
// zeroed structures start here
- struct {
- short id, lv, rate;
+ struct s_autospell{
+ short id, lv, rate, card_id;
} autospell[MAX_PC_BONUS], autospell2[MAX_PC_BONUS];
struct { //skillatk raises bonus dmg% of skills, skillblown increases bonus blewcount for some skills.
short id, val;
|