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 | 91f9047dcf18bdccda51c1066d6d0d76ababa61c (patch) | |
tree | 2b24b88dc2e860ac737c0cca72e9035586e704fe /db/item_delay.txt | |
parent | 9a87c5b5ad061c2f92b87feadfd8baa6ad661ba5 (diff) | |
download | hercules-91f9047dcf18bdccda51c1066d6d0d76ababa61c.tar.gz hercules-91f9047dcf18bdccda51c1066d6d0d76ababa61c.tar.bz2 hercules-91f9047dcf18bdccda51c1066d6d0d76ababa61c.tar.xz hercules-91f9047dcf18bdccda51c1066d6d0d76ababa61c.zip |
Added an item_delay database usable for item-specific use delays.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14455 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/item_delay.txt')
-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 |