diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-18 14:28:02 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-18 14:28:02 +0000 |
commit | 42c06c98c7df72f47c7dde05c6c375ce74f41cc2 (patch) | |
tree | 4f077226b6553c73c317334f25c38b16cd29eebe | |
parent | f24dd9ad63326e208e71d8717dc8086fe81900e8 (diff) | |
download | hercules-42c06c98c7df72f47c7dde05c6c375ce74f41cc2.tar.gz hercules-42c06c98c7df72f47c7dde05c6c375ce74f41cc2.tar.bz2 hercules-42c06c98c7df72f47c7dde05c6c375ce74f41cc2.tar.xz hercules-42c06c98c7df72f47c7dde05c6c375ce74f41cc2.zip |
Fixed two aegis names
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10285 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | db/Changelog.txt | 2 | ||||
-rw-r--r-- | db/item_db.txt | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index b21cb093b..b89e8fd8f 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -19,6 +19,8 @@ ----- ======================== +04/19 + * Fixed two aegis names [Playtester] 04/18 * Fixed Potato, Ice Cream and Mochi [Playtester] * Fixed Berzebub Card [Playtester] diff --git a/db/item_db.txt b/db/item_db.txt index 6a074dad4..e1a24dced 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -82,7 +82,7 @@ 576,Prickly_Fruit,Prickly Fruit,0,540,,60,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal rand(150,300),rand(20,30); },{},{} 577,Grain,Bag of Grain,0,200,,20,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal rand(60,70),0; },{},{} 578,Strawberry,Strawberry,0,200,,20,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal 0,rand(16,28); },{},{} -579,Delicious_Fish,Fresh Fish,0,250,,20,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal rand(100,150),0; },{},{} +579,Yummy_Fish,Fresh Fish,0,250,,20,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal rand(100,150),0; },{},{} 580,Bread,Bread,0,150,,20,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal rand(50,90),0; },{},{} 581,Mushroom,Edible Mushroom,0,40,,20,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal rand(20,30),0; },{},{} 582,Orange,Orange,0,300,,20,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal rand(10,20),rand(10,20); },{},{} @@ -2437,7 +2437,7 @@ 7570,Lottery_Coupon,Temple Lottery Ticket,3,,0,10,,,,,,,,,,,,,{},{},{} 7571,Blue_Diary,Blue's Diary,3,,0,0,,,,,,,,,,,,,{},{},{} 7572,Gray_Necklace,Gray Necklace,3,,0,0,,,,,,,,,,,,,{},{},{} -7573,Shining_Necklace,Shining Necklace,3,,0,0,,,,,,,,,,,,,{},{},{} +7573,Shiny_Necklace,Shining Necklace,3,,0,0,,,,,,,,,,,,,{},{},{} 7574,Ice_Powder,Ice Powder,3,,0,0,,,,,,,,,,,,,{},{},{} 7575,Red-coloured_Gem,Red-colored Gem,3,,10,50,,,,,,,,,,,,,{},{},{} 7576,Blue-coloured_Gem,Blue-colored Gem,3,,10,50,,,,,,,,,,,,,{},{},{} |