diff options
author | MasterOfMuppets <MasterOfMuppets@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-20 10:55:42 +0000 |
---|---|---|
committer | MasterOfMuppets <MasterOfMuppets@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-20 10:55:42 +0000 |
commit | 5ec4ca45a8c4c7b838ed67947f9dbb4e5408fb10 (patch) | |
tree | b7346f89770e7c0f0a36b9cbf90340b17ef59ad4 /db | |
parent | ab9af220cd653e0cdc1fcfd55d94444b445b898d (diff) | |
download | hercules-5ec4ca45a8c4c7b838ed67947f9dbb4e5408fb10.tar.gz hercules-5ec4ca45a8c4c7b838ed67947f9dbb4e5408fb10.tar.bz2 hercules-5ec4ca45a8c4c7b838ed67947f9dbb4e5408fb10.tar.xz hercules-5ec4ca45a8c4c7b838ed67947f9dbb4e5408fb10.zip |
Updated the sell Price of Serin's ring.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7759 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-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 49c34a894..f747f7206 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -25,6 +25,7 @@ =========================
07/20
+ * Updated the sell price of Serin's ring [MasterOfMuppets]
* Made Bacsojin's skills uninteruptable [Playtester]
07/19
* Put the newly implemented cards into the old card album list. [MasterOfMuppets]
diff --git a/db/item_db.txt b/db/item_db.txt index add0e511d..247944684 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -1126,7 +1126,7 @@ 2640,Kafra_Ring,Kafra Ring,5,,10,200,,1,,0,0xFFFFFFFF,7,2,136,,0,0,0,{ bonus bStr,1; bonus bAgi,1; bonus bInt,1; bonus bLuk,1; bonus bMdef,1; },{},{}
2641,Fashion_Hip_Sack,Fashion Hip Sack,5,,10,700,,0,,0,0x00040420,7,2,136,,50,0,0,{ bonus bStr,2; },{},{}
2642,Serin's_Gold_Ring,Serin's Gold Ring,5,,10,0,,0,,0,0xFFFFFFFF,7,2,136,,0,0,0,{},{},{}
-2643,Serin's_Gold_Ring_,Serin's Gold Ring,5,,10,100,,0,,0,0xFFFFFFFF,7,2,136,,0,0,0,{},{},{}
+2643,Serin's_Gold_Ring_,Serin's Gold Ring,5,,22500,100,,0,,0,0xFFFFFFFF,7,2,136,,0,0,0,{},{},{}
2644,The_Sign,The Sign,5,,10,0,,0,,0,0xFFFFFFFF,7,2,136,,0,0,0,{ bonus bMatkRate,5; bonus bAtkRate,5; },{},{}
2645,Moonlight_Ring,Moonlight Ring,5,,10,200,,0,,0,0x028F5EEE,7,2,136,,60,0,0,{},{},{}
2646,Bunch_of_Carnations,Bunch of Carnations,5,,10,100,,0,,0,0xFFFFFFFF,7,2,136,,0,0,0,{},{},{}
|