summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
authorKenpachi Developer <Kenpachi.Developer@gmx.de>2020-03-11 22:22:59 +0100
committerKenpachi Developer <Kenpachi.Developer@gmx.de>2020-03-14 22:35:09 +0100
commit7d70f7ec35b0b4476686b73fc221527a6d1ed0fa (patch)
treef8eee25f5412503597e08f6fb2eac0df2a720033 /src/map/pc.h
parentb151b29cf072ed336214c2d0ca43e6db34a773ad (diff)
downloadhercules-7d70f7ec35b0b4476686b73fc221527a6d1ed0fa.tar.gz
hercules-7d70f7ec35b0b4476686b73fc221527a6d1ed0fa.tar.bz2
hercules-7d70f7ec35b0b4476686b73fc221527a6d1ed0fa.tar.xz
hercules-7d70f7ec35b0b4476686b73fc221527a6d1ed0fa.zip
Remove map_session_data->state.autocast and use map_session_data->autocast.type instead
Diffstat (limited to 'src/map/pc.h')
-rw-r--r--src/map/pc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/pc.h b/src/map/pc.h
index 92444aa2a..7e69169f0 100644
--- a/src/map/pc.h
+++ b/src/map/pc.h
@@ -207,7 +207,6 @@ struct map_session_data {
unsigned int storage_flag : 2; // @see enum storage_flag
unsigned int snovice_dead_flag : 1; //Explosion spirits on death: 0 off, 1 used.
unsigned int abra_flag : 2; // Abracadabra bugfix by Aru
- unsigned int autocast : 1; // Autospell flag [Inkfish]
unsigned int autotrade : 2; //By Fantik
unsigned int showdelay :1;
unsigned int showexp :1;