diff options
author | shennetsind <ind@henn.et> | 2014-03-10 17:03:08 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2014-03-10 17:03:08 -0300 |
commit | 73ab0c441de0f74c2e621a594df7e269ce89bfc5 (patch) | |
tree | 9aec530dfa13c548bd3a0bae7039899f7063ab01 /src/map/pc.h | |
parent | 1e9b96f85671b8515a3e962c4640575d95768b09 (diff) | |
download | hercules-73ab0c441de0f74c2e621a594df7e269ce89bfc5.tar.gz hercules-73ab0c441de0f74c2e621a594df7e269ce89bfc5.tar.bz2 hercules-73ab0c441de0f74c2e621a594df7e269ce89bfc5.tar.xz hercules-73ab0c441de0f74c2e621a594df7e269ce89bfc5.zip |
Fixed Bug 8046
Fixed issue with permanent statuses being removed during logout for memory-freeing operations, special thanks to streusel and all those who contributed to the bug report.
http://hercules.ws/board/tracker/issue-8046-cart-disappearance/
Signed-off-by: shennetsind <ind@henn.et>
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; |