From bfbb4fcbc6bed6266c91d13461c93f2fe4128182 Mon Sep 17 00:00:00 2001 From: Kenpachi Developer Date: Wed, 11 Mar 2020 19:02:17 +0100 Subject: Add struct autocast_data to struct map_session_data --- src/map/pc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 { -- cgit v1.2.3-70-g09d2