From c01124eb980d501e27298584d8e7067108e4eac3 Mon Sep 17 00:00:00 2001 From: MasterOfMuppets Date: Wed, 23 Aug 2006 18:25:55 +0000 Subject: Corrected the healing value of novice pots. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8457 54d463be-8e91-2dee-dedb-b68131a5f0ec --- db/Changelog.txt | 2 ++ db/item_db.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/db/Changelog.txt b/db/Changelog.txt index b0448be8b..3b9002972 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -19,6 +19,8 @@ ----- ========================= +08/23 + * Corrected the healing value of novice pots. [MasterOfMuppets] 08/22 * Fixed SP usage of some Gunslinger skills [Playtester] * Added a duration to Disarm [Playtester] 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; },{},{} -- cgit v1.2.3-70-g09d2