summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
authorDastgir Pojee <dastgirpojee@rocketmail.com>2013-10-31 00:08:56 +0530
committerDastgir Pojee <dastgirpojee@rocketmail.com>2013-10-31 00:08:56 +0530
commitd33d171e7bbe879af077099d201e7f9b86dd23b9 (patch)
treefd36e08b7d64f8b7af35b90d60fd3d9ea013a563 /src/map/pc.h
parente322c69d27d3db8c7141d27fa8baf0745de2eae4 (diff)
downloadhercules-d33d171e7bbe879af077099d201e7f9b86dd23b9.tar.gz
hercules-d33d171e7bbe879af077099d201e7f9b86dd23b9.tar.bz2
hercules-d33d171e7bbe879af077099d201e7f9b86dd23b9.tar.xz
hercules-d33d171e7bbe879af077099d201e7f9b86dd23b9.zip
Several Changes to autoloottype command.
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 bbea0e121..bb7bff375 100644
--- a/src/map/pc.h
+++ b/src/map/pc.h
@@ -162,7 +162,6 @@ struct map_session_data {
unsigned short autolootid[AUTOLOOTITEM_SIZE]; // [Zephyrus]
unsigned short autoloottype;
unsigned int autolooting : 1; //performance-saver, autolooting state for @alootid
- unsigned int autolootingtype : 1; //performance-saver, autolooting state for @autoloottype
unsigned short autobonus; //flag to indicate if an autobonus is activated. [Inkfish]
unsigned int gmaster_flag : 1;
unsigned int prevend : 1;//used to flag wheather you've spent 40sp to open the vending or not.