diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-07-28 00:40:06 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-07-28 00:40:06 +0000 |
commit | 10cd9e4aebf9efa7f12a357499e63ef0479947cf (patch) | |
tree | 80f277677fe95e1fb551295d262e953839a2cbdd | |
parent | bba15f5d17900a5e9cb85c796555f8ed1591ea2a (diff) | |
download | hercules-10cd9e4aebf9efa7f12a357499e63ef0479947cf.tar.gz hercules-10cd9e4aebf9efa7f12a357499e63ef0479947cf.tar.bz2 hercules-10cd9e4aebf9efa7f12a357499e63ef0479947cf.tar.xz hercules-10cd9e4aebf9efa7f12a357499e63ef0479947cf.zip |
* Fixed Black Ribbon's Aegis Name. (Ribbon -> Ribbon_Black) Thanks emc2boi.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10922 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 1922329a2..30b18268e 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -49,6 +49,7 @@ ---- ======================== 07/27 + * Rev 10922 Fixed Black Ribbon's Aegis Name. (Ribbon -> Ribbon_Black) Thanks emc2boi. [L0ne_W0lf] * Fixed Neuralizer item script typo [ultramage] 07/26 * Rev. 10917 Updated Cash Shop Skill Scrolls to behave more like official scrolls. [L0ne_W0lf] diff --git a/db/item_db.txt b/db/item_db.txt index 1f4310783..d50f14d24 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -1878,7 +1878,7 @@ 5188,Minstrel_Hat,Wandering Minstrel Hat,5,20,,500,,2,,0,0xFFFFFFFF,7,2,256,,50,1,240,{ bonus bInt,1; bonus bDex,1; },{},{} 5189,Fallen_Leaves,Autumn Leaves,5,20,,100,,0,,0,0xFFFFFFFF,7,2,256,,0,1,241,{ bonus bMaxHP,40; bonus bMaxSP,40; },{},{} 5190,Indep_Anniversary_Hat,Independence Memorial Hat,5,20,,20,,3,,1,0xFFFFFFFF,7,2,256,,0,1,216,{},{},{} -5191,Ribbon_,Black Ribbon,5,800,,100,,1,,0,0xFFFFFFFF,7,2,256,,0,1,242,{ bonus bMdef,3; },{},{} +5191,Ribbon_Black,Black Ribbon,5,800,,100,,1,,0,0xFFFFFFFF,7,2,256,,0,1,242,{ bonus bMdef,3; },{},{} 5192,Ribbon_Yellow,Yellow Ribbon,5,800,,100,,1,,0,0xFFFFFFFF,7,2,256,,0,1,243,{ bonus bMdef,3; },{},{} 5193,Ribbon_Green,Green Ribbon,5,800,,100,,1,,0,0xFFFFFFFF,7,2,256,,0,1,244,{ bonus bMdef,3; },{},{} 5194,Ribbon_Pink,Pink Ribbon,5,800,,100,,1,,0,0xFFFFFFFF,7,2,256,,0,1,245,{ bonus bMdef,3; },{},{} |