From b186f2ffc7bdf9e3ca1d7d76b05ac0a97493d29d Mon Sep 17 00:00:00 2001 From: Playtester Date: Tue, 25 Apr 2006 17:16:12 +0000 Subject: Fixed price of yummy fish git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6273 54d463be-8e91-2dee-dedb-b68131a5f0ec --- db/Changelog.txt | 1 + db/item_db.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'db') diff --git a/db/Changelog.txt b/db/Changelog.txt index 202ac96f7..7a76af193 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -27,6 +27,7 @@ ========================= 04/25 + * Fixed price of yummy fish 150z -> 250z [Playtester] * Updated Mode and Delays of Odin Temple mobs(using Frus delays for now) [Playtester] * Fixed Element, Race, aDelay, aMotion and Range of Plasma and Breeze [Playtester] * Updated the remaining mob names [Playtester] diff --git a/db/item_db.txt b/db/item_db.txt index dbbc5bd83..070fa7440 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -80,7 +80,7 @@ 576,Prickly_Fruit,Prickly Fruit,0,,10,40,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal rand(10,15),rand(10,15); },{},{} 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; },{},{} +579,Yummy_Fish,Yummy Fish,0,250,,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); },{},{} -- cgit v1.2.3-70-g09d2