
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/renewal@14458 54d463be-8e91-2dee-dedb-b68131a5f0ec
18 lines
538 B
Plaintext
18 lines
538 B
Plaintext
// 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
|
|
|
|
//12202,60000 //Str_Dish10_
|
|
//12203,60000 //Agi_Dish10_
|
|
//12204,60000 //Int_Dish10_
|
|
//12205,60000 //Dex_Dish10_
|
|
//12206,60000 //Luk_Dish10_
|
|
//12207,60000 //Vit_Dish10_
|
|
12208,60000 //Battle_Manual
|
|
12210,60000 //Bubble_Gum
|
|
14538,300000 //Glass_Of_Illusion
|
|
14586,180000 //Spark_Candy
|