summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
authorKenpachi Developer <Kenpachi.Developer@gmx.de>2020-03-11 22:53:36 +0100
committerKenpachi Developer <Kenpachi.Developer@gmx.de>2020-03-14 22:35:09 +0100
commit492c7bc03c5a40957677f2d98c7d61961dfa6113 (patch)
treef74d891cee574088c51d6b53a34114d8c457a8cd /src/map/pc.h
parent7d70f7ec35b0b4476686b73fc221527a6d1ed0fa (diff)
downloadhercules-492c7bc03c5a40957677f2d98c7d61961dfa6113.tar.gz
hercules-492c7bc03c5a40957677f2d98c7d61961dfa6113.tar.bz2
hercules-492c7bc03c5a40957677f2d98c7d61961dfa6113.tar.xz
hercules-492c7bc03c5a40957677f2d98c7d61961dfa6113.zip
Remove map_session_data->state.abra_flag 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 7e69169f0..a0566fadc 100644
--- a/src/map/pc.h
+++ b/src/map/pc.h
@@ -206,7 +206,6 @@ struct map_session_data {
unsigned int rest : 1;
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 autotrade : 2; //By Fantik
unsigned int showdelay :1;
unsigned int showexp :1;