diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-26 07:09:13 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-26 07:09:13 +0000 |
commit | 245f3dbc96cbbefc890ef2cd957f71185470e32f (patch) | |
tree | 289023f3debacb9d85529b6d2480fa65d78191eb /db | |
parent | 24dd62552608e742190f194515e862774a872dcb (diff) | |
download | hercules-245f3dbc96cbbefc890ef2cd957f71185470e32f.tar.gz hercules-245f3dbc96cbbefc890ef2cd957f71185470e32f.tar.bz2 hercules-245f3dbc96cbbefc890ef2cd957f71185470e32f.tar.xz hercules-245f3dbc96cbbefc890ef2cd957f71185470e32f.zip |
fixed jeweled box
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6767 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 2 | ||||
-rw-r--r-- | db/item_db.txt | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 3910b0950..d31076306 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -26,6 +26,8 @@ -----
=========================
+05/26
+ * Fixed 12106,Jeweled_Box. Now giving an accessory [Lupus]
05/25
* Modified some drops and added drops to Ferus and Dragon Egg [Playtester]
* Updated the Exp of some mobs accordings to the last kRO patch thanks to Muad_Dib [Playtester]
diff --git a/db/item_db.txt b/db/item_db.txt index b527cc96e..f2e82ba2b 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -2357,7 +2357,7 @@ 12103,Bloody_Branch,Bloody Branch,2,,5000,200,,,,,0xFFFFFFFF,7,2,,,,,,{ monster "this",-1,-1,"--ja--",-3,1,""; },{},{}
12104,Random_Quiver,Random Quiver,2,,5000,200,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem groupranditem(IG_Quiver),1; },{},{}
12105,Taming_Item_Giftset,Taming Item Giftset,2,,5000,200,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem groupranditem(IG_Taming),3; },{},{}
-12106,Jewel_Box,Jewel Case,2,,5000,200,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem groupranditem(IG_Jewel),1; },{},{}
+12106,Jeweled_Box,Jeweled Box,2,,5000,200,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem groupranditem(IG_Accesory),1; },{},{}
12107,Wrapped_Mask,Wrapped Mask,2,,5000,200,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem groupranditem(IG_Mask),1; },{},{}
12108,Bundle_of_Spells,Bundle of Spells,2,,5000,200,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem groupranditem(IG_Scroll),5; },{},{}
12109,Poring_Box,Poring Box,2,,5000,200,,,,,0xFFFFFFFF,7,2,,,,,,{ monster "this",-1,-1,"--ja--",-2,1,""; },{},{}
|