summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorPlaytester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-18 08:24:02 +0000
committerPlaytester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-18 08:24:02 +0000
commitdf45bca7b6b82067045b185fc50c334e7ba0fe30 (patch)
treeb8996ff5facd8c43d3742ab5ac32120f91967bcf /db
parent08864b129bb4babc65d0f52538c50ecced1f226e (diff)
downloadhercules-df45bca7b6b82067045b185fc50c334e7ba0fe30.tar.gz
hercules-df45bca7b6b82067045b185fc50c334e7ba0fe30.tar.bz2
hercules-df45bca7b6b82067045b185fc50c334e7ba0fe30.tar.xz
hercules-df45bca7b6b82067045b185fc50c334e7ba0fe30.zip
Fixed new healing items(Strawberry, Orange, etc.) not being usable by new classes(Taekwon, etc.)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6149 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r--db/Changelog.txt1
-rw-r--r--db/item_db.txt14
2 files changed, 8 insertions, 7 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt
index 5fd190690..59174de3c 100644
--- a/db/Changelog.txt
+++ b/db/Changelog.txt
@@ -27,6 +27,7 @@
=========================
04/16
+ * Fixed new healing items not being usuable by new classes [Playtester]
* Fixed knives being equipable by Taekwon and Star Gladiator [Playtester]
* Fixed jname of Photon Cannon [Playtester]
* Fixed slots of Butcher thanks to gyunwoo23 [Playtester]
diff --git a/db/item_db.txt b/db/item_db.txt
index 599147b83..593292ce2 100644
--- a/db/item_db.txt
+++ b/db/item_db.txt
@@ -78,13 +78,13 @@
574,Egg,Egg,0,,10,30,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal rand(16,21),0; }
575,2nd_Anniversary_Cake,2nd Anniversary Cake,0,,10,100,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal rand(270,329),0; }
576,Prickly_Fruit,Prickly Fruit,0,,10,40,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal rand(10,15),rand(10,15); }
-577,Grain,Grain,0,200,,20,,,,,0x000FDFFF,7,2,,,,,,{ itemheal rand(10,14),0; }
-578,Strawberry,Strawberry,0,200,,20,,,,,0x000FDFFF,7,2,,,,,,{ itemheal 0,rand(10,14); }
-579,Yummy_Fish,Yummy Fish,0,150,,20,,,,,0x000FDFFF,7,2,,,,,,{ itemheal rand(40,54),0; }
-580,Bread,Bread,0,150,,20,,,,,0x000FDFFF,7,2,,,,,,{ itemheal rand(20,34),0; }
-581,Mushroom,Mushroom,0,40,,20,,,,,0x000FDFFF,7,2,,,,,,{ itemheal rand(10,14),0; }
-582,Orange,Orange,0,,10,20,,,,,0x000FDFFF,7,2,,,,,,{ itemheal rand(10,15),rand(10,15); }
-583,Ketupat_,Ketupat,0,,10,150,,,,,0x000FDFFF,7,2,,,,,,{}
+577,Grain,Grain,0,200,,20,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal rand(10,14),0; }
+578,Strawberry,Strawberry,0,200,,20,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal 0,rand(10,14); }
+579,Yummy_Fish,Yummy Fish,0,150,,20,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal rand(40,54),0; }
+580,Bread,Bread,0,150,,20,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal rand(20,34),0; }
+581,Mushroom,Mushroom,0,40,,20,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal rand(10,14),0; }
+582,Orange,Orange,0,,10,20,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal rand(10,15),rand(10,15); }
+583,Ketupat_,Ketupat,0,,10,150,,,,,0xFFFFFFFF,7,2,,,,,,{}
584,Skewer_Soup,Skewer Soup,0,50,,60,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal rand(45,64),0; }
585,Brusti,Brusti,0,15,,40,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal rand(17,20),0; itemskill 74,3,"Magnificat"; }
586,Mother's_Cake,Mother's Cake,0,,,100,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal rand(325,404),0; }