diff options
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 c55e7f2cc..a7d30d1ce 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -88,6 +88,7 @@ struct map_session_data { unsigned killable : 1; unsigned doridori : 1; unsigned ignoreAll : 1; + unsigned debug_remove_map : 1; // temporary state to track double remove_map's [FlavioJS] unsigned short autoloot; unsigned short autolootid; // [Zephyrus] unsigned noks : 3; // [Zeph Kill Steal Protection] |