summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2019-09-22 21:29:27 +0200
committerGitHub <noreply@github.com>2019-09-22 21:29:27 +0200
commit92f3ecdcb341b798c93d5c8b0320fb8cb85e759c (patch)
tree7a0b7ceed81e106c18867bc8b95d6377467e7a84 /src/map/pc.h
parent17c91e48997ec3225618736c294195a8e39d05d2 (diff)
parent375e9a54f5e8aaef083f60cb36bad59f37e40905 (diff)
downloadhercules-92f3ecdcb341b798c93d5c8b0320fb8cb85e759c.tar.gz
hercules-92f3ecdcb341b798c93d5c8b0320fb8cb85e759c.tar.bz2
hercules-92f3ecdcb341b798c93d5c8b0320fb8cb85e759c.tar.xz
hercules-92f3ecdcb341b798c93d5c8b0320fb8cb85e759c.zip
Merge pull request #2525 from MishimaHaruna/tombstone-fixes
Tombstone fixes
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 49edea61b..2d21dabf6 100644
--- a/src/map/pc.h
+++ b/src/map/pc.h
@@ -238,6 +238,7 @@ struct map_session_data {
unsigned int loggingout : 1;
unsigned int warp_clean : 1;
unsigned int refine_ui : 1;
+ unsigned int npc_unloaded : 1; ///< The player is talking with an unloaded NPCs (respawned tombstones)
} state;
struct {
unsigned char no_weapon_damage, no_magic_damage, no_misc_damage;