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 269319ab8..6dcdb9ba2 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -674,7 +674,7 @@ struct map_session_data { struct s_autoscript { unsigned short rate, flag; struct script_code *script; - } autoscript[5], autoscript2[5]; //Auto script on attack, when attacked + } autoscript[10], autoscript2[10]; //Auto script on attack, when attacked // manually zeroed structures end here. // zeroed vars start here. int arrow_atk,arrow_ele,arrow_cri,arrow_hit; |