summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2013-11-03 01:18:47 +0100
committerHaru <haru@dotalux.com>2013-11-03 01:21:48 +0100
commit649e7b98a7ec4fbf3363597daad3d1c57383051f (patch)
treebe7e05028610601ae574802e6dc2ac46448e4cca /src/map/pc.h
parent34b5ad00e2b7a3589040946b7825ef246bfafe99 (diff)
parentfa54cf57ded42d7b0b45a5025a8858a9b52a0074 (diff)
downloadhercules-649e7b98a7ec4fbf3363597daad3d1c57383051f.tar.gz
hercules-649e7b98a7ec4fbf3363597daad3d1c57383051f.tar.bz2
hercules-649e7b98a7ec4fbf3363597daad3d1c57383051f.tar.xz
hercules-649e7b98a7ec4fbf3363597daad3d1c57383051f.zip
Merged Pull Request #195 (@autoloottype)
- Small tweaks to the command, fixed merge conflicts Signed-off-by: Haru <haru@dotalux.com>
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 8eb7e692a..f1535941c 100644
--- a/src/map/pc.h
+++ b/src/map/pc.h
@@ -166,6 +166,7 @@ struct map_session_data {
short pmap; // Previous map on Map Change
unsigned short autoloot;
unsigned short autolootid[AUTOLOOTITEM_SIZE]; // [Zephyrus]
+ unsigned short autoloottype;
unsigned int autolooting : 1; //performance-saver, autolooting state for @alootid
unsigned short autobonus; //flag to indicate if an autobonus is activated. [Inkfish]
unsigned int gmaster_flag : 1;