summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
authorParadox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-11-10 18:57:14 +0000
committerParadox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-11-10 18:57:14 +0000
commitd95751dcd8b3e17f773117dac3897f0cf7cb90af (patch)
tree8fafe10caae1f6b5f9649006dda165d1d4b7e13d /src/map/pc.h
parent84cdcd0f78c162511734466e1d1a37078ee1a786 (diff)
downloadhercules-d95751dcd8b3e17f773117dac3897f0cf7cb90af.tar.gz
hercules-d95751dcd8b3e17f773117dac3897f0cf7cb90af.tar.bz2
hercules-d95751dcd8b3e17f773117dac3897f0cf7cb90af.tar.xz
hercules-d95751dcd8b3e17f773117dac3897f0cf7cb90af.zip
Added an item_delay database usable for item-specific use delays.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14455 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/pc.h')
-rw-r--r--src/map/pc.h6
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)