summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
authorKenpachi Developer <Kenpachi.Developer@gmx.de>2020-03-11 19:02:17 +0100
committerKenpachi Developer <Kenpachi.Developer@gmx.de>2020-03-11 19:02:17 +0100
commitbfbb4fcbc6bed6266c91d13461c93f2fe4128182 (patch)
treea951cacff3d598b3b7461848747230655dd9c300 /src/map/pc.h
parente0ce59dbbed70b40b06f7e75e7c76c23feec0fc5 (diff)
downloadhercules-bfbb4fcbc6bed6266c91d13461c93f2fe4128182.tar.gz
hercules-bfbb4fcbc6bed6266c91d13461c93f2fe4128182.tar.bz2
hercules-bfbb4fcbc6bed6266c91d13461c93f2fe4128182.tar.xz
hercules-bfbb4fcbc6bed6266c91d13461c93f2fe4128182.zip
Add struct autocast_data to struct map_session_data
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 1fbc6c579..f069c0d66 100644
--- a/src/map/pc.h
+++ b/src/map/pc.h
@@ -192,6 +192,7 @@ struct map_session_data {
struct status_change sc;
struct regen_data regen;
struct regen_data_sub sregen, ssregen;
+ struct autocast_data autocast;
//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 {