diff options
author | malufett <malufett.eat.my.binaries@gmail.com> | 2014-03-12 18:36:58 +0800 |
---|---|---|
committer | malufett <malufett.eat.my.binaries@gmail.com> | 2014-03-12 18:36:58 +0800 |
commit | dc05ef11b1fbbccdd54eba54b93d3eba0b032970 (patch) | |
tree | cd3aa233f83bc847c956164e112c97b2b57f51c9 /src/map/pc.h | |
parent | 2f9a514a7118724e2954ac96c67e7396ec61d0b4 (diff) | |
parent | 571d9e25008d8b386e28d7f1fd02f2690edf1f8c (diff) | |
download | hercules-dc05ef11b1fbbccdd54eba54b93d3eba0b032970.tar.gz hercules-dc05ef11b1fbbccdd54eba54b93d3eba0b032970.tar.bz2 hercules-dc05ef11b1fbbccdd54eba54b93d3eba0b032970.tar.xz hercules-dc05ef11b1fbbccdd54eba54b93d3eba0b032970.zip |
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'src/map/pc.h')
-rw-r--r-- | src/map/pc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index 66915492a..cc95b07e1 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -187,6 +187,7 @@ struct map_session_data { unsigned int hpmeter_visible : 1; unsigned int itemcheck : 1; unsigned int standalone : 1;/* [Ind/Hercules <3] */ + unsigned int loggingout : 1; } state; struct { unsigned char no_weapon_damage, no_magic_damage, no_misc_damage; |