diff options
Diffstat (limited to 'src/map/pc.h')
-rw-r--r-- | src/map/pc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index 7eedf813c..9f96486c9 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -502,6 +502,8 @@ struct map_session_data { /* Made Possible Thanks to Yommy~! */ unsigned int cryptKey; + unsigned char delayed_damage;//ref. counter bugreport:7307 [Ind/Hercules] + // temporary debugging of bug #3504 const char* delunit_prevfile; int delunit_prevline; |