diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-25 15:04:26 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-25 15:04:26 +0000 |
commit | b562e50619b247281985f7d0ecdda94295786d7f (patch) | |
tree | 5a53ef9c047617f715dcf8466cdea9616b8bec4f /db | |
parent | 237634b26f67a0a1dbef5c573458678abb6f73a1 (diff) | |
download | hercules-b562e50619b247281985f7d0ecdda94295786d7f.tar.gz hercules-b562e50619b247281985f7d0ecdda94295786d7f.tar.bz2 hercules-b562e50619b247281985f7d0ecdda94295786d7f.tar.xz hercules-b562e50619b247281985f7d0ecdda94295786d7f.zip |
Fixed a bug in the item_db thanks to Toms
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7873 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 1 | ||||
-rw-r--r-- | db/item_db.txt | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 59b55a667..e733e9394 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -20,6 +20,7 @@ =========================
07/25
+ * Fixed a bug in the item_db thanks to Toms [Playtester]
* Fixed G_Kraben and G_Biolab3 mobs [Playtester]
* Item updates by Haplo [Playtester]
07/24
diff --git a/db/item_db.txt b/db/item_db.txt index f0a4668c5..9cf8a047f 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -88,9 +88,9 @@ 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,,10,100,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal rand(325,404),0; },{},{}
-587,Red_Thorn_Fruit,Red Thorn Fruit,0,,10,40,,,,,0xFFFFFFFF,7,2,,,,,{ itemheal rand(35,49),rand(10,19); },{},{}
-588,Spaghetti,Spaghetti,0,,10,100,,,,,0xFFFFFFFF,7,2,,,,,{ itemheal rand(45,64),0; },{},{}
-589,Pizza,Pizza,0,,10,150,,,,,0xFFFFFFFF,7,2,,,,,{ itemheal rand(45,64),0; },{},{}
+587,Red_Thorn_Fruit,Red Thorn Fruit,0,,10,40,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal rand(35,49),rand(10,19); },{},{}
+588,Spaghetti,Spaghetti,0,,10,100,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal rand(45,64),0; },{},{}
+589,Pizza,Pizza,0,,10,150,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal rand(45,64),0; },{},{}
// Usable Items
//===================================================================
601,Fly_Wing,Fly Wing,2,60,,50,,,,,0xFFFFFFFF,7,2,,,,,,{ warp "Random",0,0; },{},{}
|