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 bfdddcbbd..00f95356a 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -658,7 +658,7 @@ struct map_session_data { // zeroed arrays end here. // zeroed structures start here struct s_autospell{ - short id, lv, rate, card_id; + short id, lv, rate, card_id, flag; } autospell[MAX_PC_BONUS], autospell2[MAX_PC_BONUS]; struct s_addeffect{ short id, rate, arrow_rate; |