diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-25 17:16:12 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-25 17:16:12 +0000 |
commit | b186f2ffc7bdf9e3ca1d7d76b05ac0a97493d29d (patch) | |
tree | 9a4b97870ed34d06e307559e2119b40714a82a63 | |
parent | 492d3cd162dc28afbc3e2d9d67cfbd9e30447cc0 (diff) | |
download | hercules-b186f2ffc7bdf9e3ca1d7d76b05ac0a97493d29d.tar.gz hercules-b186f2ffc7bdf9e3ca1d7d76b05ac0a97493d29d.tar.bz2 hercules-b186f2ffc7bdf9e3ca1d7d76b05ac0a97493d29d.tar.xz hercules-b186f2ffc7bdf9e3ca1d7d76b05ac0a97493d29d.zip |
Fixed price of yummy fish
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6273 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | db/Changelog.txt | 1 | ||||
-rw-r--r-- | db/item_db.txt | 2 |
2 files changed, 2 insertions, 1 deletions
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); },{},{}
|