diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-13 10:31:57 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-13 10:31:57 +0000 |
commit | 64ceb512ab59d24ff76826db86b7141c7db4cf5d (patch) | |
tree | 097374eabe8ab29705bd9e8372e0424ca94a83cd /db | |
parent | c48c5c352920ff78bb2762edb8cd6956a352ab4a (diff) | |
download | hercules-64ceb512ab59d24ff76826db86b7141c7db4cf5d.tar.gz hercules-64ceb512ab59d24ff76826db86b7141c7db4cf5d.tar.bz2 hercules-64ceb512ab59d24ff76826db86b7141c7db4cf5d.tar.xz hercules-64ceb512ab59d24ff76826db86b7141c7db4cf5d.zip |
merged HPConversion formula, merged Guardians installation during WoE. Item name typo CNADY -> CANDY
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9203 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/item_db.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/item_db.txt b/db/item_db.txt index e49344a60..ff4ef9d93 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -72,7 +72,7 @@ 568,Lemon,Lemon,0,60,,40,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal 0,rand(20,30); },{},{}
569,Novice_Potion,Novice Potion,0,,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal rand(22,33),0; },{},{}
570,Lucky_Candy,Lucky Candy,0,10,,30,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal rand(45,64),0; },{},{}
-571,Lucky_Cnady_Cane,Lucky Candy Cane,0,,10,40,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal rand(105,144),0; },{},{}
+571,Lucky_Candy_Cane,Lucky Candy Cane,0,,10,40,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal rand(105,144),0; },{},{}
572,Lucky_Cookie,Lucky Cookie,0,15,,30,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal rand(45,64),0; },{},{}
573,Chocolate_Drink,Chocolate Drink,0,,10,150,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal rand(105,144),0; },{},{}
574,Egg,Egg,0,,10,30,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal rand(16,21),0; },{},{}
|