summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorMasterOfMuppets <MasterOfMuppets@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-23 18:25:55 +0000
committerMasterOfMuppets <MasterOfMuppets@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-23 18:25:55 +0000
commitc01124eb980d501e27298584d8e7067108e4eac3 (patch)
treeb517487dcca9c7739468fbb8e09c21a14a09a0e7 /db
parentc8458e5001e697c29fcf55d2a55337df5db2e1da (diff)
downloadhercules-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')
-rw-r--r--db/Changelog.txt2
-rw-r--r--db/item_db.txt2
2 files changed, 3 insertions, 1 deletions
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; },{},{}