From b562e50619b247281985f7d0ecdda94295786d7f Mon Sep 17 00:00:00 2001 From: Playtester Date: Tue, 25 Jul 2006 15:04:26 +0000 Subject: 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 --- db/Changelog.txt | 1 + db/item_db.txt | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'db') 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; },{},{} -- cgit v1.2.3-70-g09d2