diff options
author | MasterOfMuppets <MasterOfMuppets@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-23 18:25:55 +0000 |
---|---|---|
committer | MasterOfMuppets <MasterOfMuppets@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-23 18:25:55 +0000 |
commit | c01124eb980d501e27298584d8e7067108e4eac3 (patch) | |
tree | b517487dcca9c7739468fbb8e09c21a14a09a0e7 /db/item_db.txt | |
parent | c8458e5001e697c29fcf55d2a55337df5db2e1da (diff) | |
download | hercules-c01124eb980d501e27298584d8e7067108e4eac3.tar.gz hercules-c01124eb980d501e27298584d8e7067108e4eac3.tar.bz2 hercules-c01124eb980d501e27298584d8e7067108e4eac3.tar.xz hercules-c01124eb980d501e27298584d8e7067108e4eac3.zip |
Corrected the healing value of novice pots.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8457 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/item_db.txt')
-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 96e9f3169..489908814 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -70,7 +70,7 @@ 566,Tomyumkung,Tom Yum Goong,0,10000,,150,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal rand(100,200),0; },{},{}
567,Prawn,Shrimp,0,500,,40,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal rand(50,100),0; },{},{}
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(34,46),0; },{},{}
+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; },{},{}
572,Lucky_Cookie,Lucky Cookie,0,15,,30,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal rand(45,64),0; },{},{}
|