diff options
Diffstat (limited to 'src/map/pc.h')
-rw-r--r-- | src/map/pc.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index 47d9edead..cb5a0ef77 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -203,7 +203,7 @@ struct map_session_data { short skillid_dance,skilllv_dance; short cook_mastery; // range: [0,1999] [Inkfish] unsigned char blockskill[MAX_SKILL]; - int cloneskill_id; + int cloneskill_id, reproduceskill_id; int menuskill_id, menuskill_val; int invincible_timer; @@ -461,6 +461,8 @@ struct map_session_data { **/ int friend_req; + int shadowform_id; + // temporary debugging of bug #3504 const char* delunit_prevfile; int delunit_prevline; |