diff options
author | Dastgir Pojee <dastgirpojee@rocketmail.com> | 2013-10-18 10:57:06 +0530 |
---|---|---|
committer | Dastgir Pojee <dastgirpojee@rocketmail.com> | 2013-10-18 10:57:06 +0530 |
commit | e322c69d27d3db8c7141d27fa8baf0745de2eae4 (patch) | |
tree | 3ad6511427ba3d99ed4befbd1c8c4400558a6319 /src/map/pc.h | |
parent | 9128feccf3bddda94a7f8a170305565416815b40 (diff) | |
download | hercules-e322c69d27d3db8c7141d27fa8baf0745de2eae4.tar.gz hercules-e322c69d27d3db8c7141d27fa8baf0745de2eae4.tar.bz2 hercules-e322c69d27d3db8c7141d27fa8baf0745de2eae4.tar.xz hercules-e322c69d27d3db8c7141d27fa8baf0745de2eae4.zip |
Since our neighbours added it, we too wanted this feature. Topic:http://hercules.ws/board/topic/2540-add-rathena-new-aloot-type/
Diffstat (limited to 'src/map/pc.h')
-rw-r--r-- | src/map/pc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index f770818c2..bbea0e121 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -160,7 +160,9 @@ 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 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. |