diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-10 15:09:37 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-10 15:09:37 +0000 |
commit | 6b727e049a53a891c203bccb5d8a3b0f436615d0 (patch) | |
tree | 0ff0ee9c673ed7cd426564f7c3a97dec8531f8de /db | |
parent | f4788b0a3f583c1cf8c3c721792b92007ea5a774 (diff) | |
download | hercules-6b727e049a53a891c203bccb5d8a3b0f436615d0.tar.gz hercules-6b727e049a53a891c203bccb5d8a3b0f436615d0.tar.bz2 hercules-6b727e049a53a891c203bccb5d8a3b0f436615d0.tar.xz hercules-6b727e049a53a891c203bccb5d8a3b0f436615d0.zip |
Fixed Undershirt combo not working with slotted Pantie
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11394 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 1 | ||||
-rw-r--r-- | db/item_db.txt | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 964e3446c..cd1724495 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -34,6 +34,7 @@ ======================= 10/10 + * Fixed Undershirt combo not working with slotted Pantie [Playtester] * Updated Lady Tanee card [Playtester] * Added a missing item name thanks to rollopop [Playtester] 10/08 diff --git a/db/item_db.txt b/db/item_db.txt index fbcf107e8..3d787e4f0 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -1229,8 +1229,8 @@ 2519,Morrigane's_Manteau,Morrigane's Manteau,5,30000,,600,,3,,0,0xFFFFFFFE,7,2,4,,61,1,0,{ bonus bLuk,2; bonus bFlee2,8; },{},{} 2520,Goibne's_Shoulder_Arms,Goibne's Spaulders,5,30000,,700,,3,,0,0xFFFFFFFE,7,2,4,,54,1,0,{ bonus bLongAtkDef,10; bonus bMdef,2; bonus bVit,1; },{},{} 2521,Angel's_Warmth,Angelic Cardigan,5,10000,,400,,2,,1,0x00000001,7,2,4,,20,1,0,{ bonus bHPrecovRate,5; },{},{} -2522,Undershirt,Undershirt,5,20000,,150,,2,,0,0xFFFFFFFF,7,2,4,,1,1,0,{ bonus bMdef,1; if(isequipped(2339)) { bonus bAgi,5; bonus bFlee,10; } },{},{} -2523,Undershirt_,Undershirt,5,20000,,150,,2,,1,0xFFFFFFFF,7,2,4,,1,1,0,{ bonus bMdef,1; if(isequipped(2339)) { bonus bAgi,5; bonus bFlee,10; } },{},{} +2522,Undershirt,Undershirt,5,20000,,150,,2,,0,0xFFFFFFFF,7,2,4,,1,1,0,{ bonus bMdef,1; if(isequipped(2339) || isequipped(2371)) { bonus bAgi,5; bonus bFlee,10; } },{},{} +2523,Undershirt_,Undershirt,5,20000,,150,,2,,1,0xFFFFFFFF,7,2,4,,1,1,0,{ bonus bMdef,1; if(isequipped(2339) || isequipped(2371)) { bonus bAgi,5; bonus bFlee,10; } },{},{} 2524,Valkyrie_Manteau,Valkyrie's Manteau,5,0,,500,,3,,1,0xFFFFFFFE,2,2,4,,1,1,0,{ if(BaseClass==Job_Mage||BaseClass==Job_Archer||BaseClass==Job_Acolyte) bonus bFlee2,5+(getequiprefinerycnt(EQI_GARMENT)*2); else if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief) bonus bShortWeaponDamageReturn,5+(getequiprefinerycnt(EQI_GARMENT)*2); },{},{} 2525,Cape_Of_Ancient_Lord_,Ancient Cape,5,82000,,600,,2,,1,0xFFFFFFFE,7,2,4,,40,1,0,{ bonus bAgi,1; },{},{} 2526,Dragonscale_Jacket,Dragonscale Jacket,5,,10,10,,4,,0,0xFFFFFFFF,7,2,4,,50,1,0,{},{},{} |