summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/pc.h')
-rw-r--r--src/map/pc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/pc.h b/src/map/pc.h
index e560df549..32b7197a8 100644
--- a/src/map/pc.h
+++ b/src/map/pc.h
@@ -193,6 +193,7 @@ struct map_session_data {
struct regen_data regen;
struct regen_data_sub sregen, ssregen;
struct autocast_data autocast;
+ VECTOR_DECL(struct autocast_data) auto_cast; // Auto-cast vector.
//NOTE: When deciding to add a flag to state or special_state, take into consideration that state is preserved in
//status_calc_pc, while special_state is recalculated in each call. [Skotlex]
struct {