summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-03-27 18:17:05 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-03-27 18:17:05 +0000
commitbf8bae03ea42ffb8684beb999ca1101e5f11fb48 (patch)
tree36b7ce51e864fbea876b2edacc60da41fe1f8068 /src/map/pc.h
parent7df6d6df2e5a4073a1e6518330d7fabf3a363f70 (diff)
downloadhercules-bf8bae03ea42ffb8684beb999ca1101e5f11fb48.tar.gz
hercules-bf8bae03ea42ffb8684beb999ca1101e5f11fb48.tar.bz2
hercules-bf8bae03ea42ffb8684beb999ca1101e5f11fb48.tar.xz
hercules-bf8bae03ea42ffb8684beb999ca1101e5f11fb48.zip
* Added support for tracking state of client command /effect through packet 0x21d (CZ_LESSEFFECT).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14761 54d463be-8e91-2dee-dedb-b68131a5f0ec
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 b9ccf3e88..4b9765d7f 100644
--- a/src/map/pc.h
+++ b/src/map/pc.h
@@ -130,6 +130,7 @@ struct map_session_data {
unsigned ignoreAll : 1;
unsigned debug_remove_map : 1; // temporary state to track double remove_map's [FlavioJS]
unsigned buyingstore : 1;
+ unsigned lesseffect : 1;
unsigned short autoloot;
unsigned short autolootid; // [Zephyrus]
unsigned noks : 3; // [Zeph Kill Steal Protection]