diff options
Diffstat (limited to 'src/map/pc.h')
-rw-r--r-- | src/map/pc.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index da666f9a7..0c3cb89eb 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -204,6 +204,11 @@ struct map_session_data { unsigned int cantalk_tick; unsigned int cansendmail_tick; // [Mail System Flood Protection] unsigned int ks_floodprotect_tick; // [Kill Steal Protection] + + struct { + int nameid; + unsigned int tick; + } item_delay[MAX_ITEMDELAYS]; // [Paradox924X] short weapontype1,weapontype2; short disguise; // [Valaris] @@ -404,7 +409,6 @@ struct map_session_data { const char* debug_func; }; - //Update this max as necessary. 54 is the value needed for Super Baby currently #define MAX_SKILL_TREE 54 //Total number of classes (for data storage) |