diff options
author | Paradox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-10 18:57:14 +0000 |
---|---|---|
committer | Paradox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-10 18:57:14 +0000 |
commit | d95751dcd8b3e17f773117dac3897f0cf7cb90af (patch) | |
tree | 8fafe10caae1f6b5f9649006dda165d1d4b7e13d /db | |
parent | 84cdcd0f78c162511734466e1d1a37078ee1a786 (diff) | |
download | hercules-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 'db')
-rw-r--r-- | db/item_delay.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/db/item_delay.txt b/db/item_delay.txt new file mode 100644 index 000000000..8faef0906 --- /dev/null +++ b/db/item_delay.txt @@ -0,0 +1,6 @@ +// Item Delay Database +// Max number of entries is defined in itemdb.h as MAX_ITEMDELAYS +// WARNING: Adding/removing/modifying entries here and then using @reloaditemdb will cause problems/inconsistencies! +// +// Structure: +// Item ID,Delay in Milliseconds |