From acc115d789130ca485664b1fb15919bee69f7baf Mon Sep 17 00:00:00 2001 From: Playtester Date: Mon, 1 May 2006 09:29:05 +0000 Subject: Fixed a typo in the Armeyer Dinze card git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6428 54d463be-8e91-2dee-dedb-b68131a5f0ec --- db/Changelog.txt | 2 ++ db/item_db.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/db/Changelog.txt b/db/Changelog.txt index 01551c496..83b029c61 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -26,6 +26,8 @@ ----- ========================= +05/01 + * Fixed a typo in the Armeyer Dinze card thanks to theultramage [Playtester] 04/30 * Changed TK_RUN's state from none to move_enable. [Skotlex] * Added Hellion Revenant [Playtester] diff --git a/db/item_db.txt b/db/item_db.txt index 100ddb4c5..10b1f1075 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -2476,7 +2476,7 @@ 4344,Anopheles_Card,Anopheles Card,6,,10,10,,,,,,,,136,,,,,{ bonus3 bAddMonsterDropItem,12058,RC_Insect,1; },{},{} 4345,Hill_Wind_Card,Hill Wind Card,6,,10,10,,,,,,,,16,,,,,{ bonus bInt,readparam(bStr)/18; },{},{} 4346,Egnigem_Cenia_Card,Egnigem Cenia Card,6,,10,10,,,,,,,,16,,,,,{ bonus bStr,readparam(bInt)/18; },{},{} -4347,Armeyer_Dinze_Card,Armeyer Dinze Card,6,,10,10,,,,,,,,16,,,,,{ bonus3 bAddMonsterDropItem,12053,RC_Fisht,1; },{},{} +4347,Armeyer_Dinze_Card,Armeyer Dinze Card,6,,10,10,,,,,,,,16,,,,,{ bonus3 bAddMonsterDropItem,12053,RC_Fish,1; },{},{} 4348,Wikebine_Tres_Card,Wikebine Tres Card,6,,10,10,,,,,,,,136,,,,,{ bonus3 bAutoSpell,217,1,50; if(isequipped(4039,4210,4257,4230)==0) end; bonus bStr,6; bonus bAgi,4; bonus2 bSkillAtk,212,10; bonus3 bAutoSpell,217,5,50; if(BaseClass != Job_Rogue) end; bonus bUseSPrate,-20; bonus3 bAutoSpell,219,1,20; },{},{} 4349,Errende_Ebecee_Card,Errende Ebecee Card,6,,10,10,,,,,,,,136,,,,,{ bonus3 bAutoSpellWhenHit,25,1,5; },{},{} 4350,Laurell_Weinder_Card,Laurell Weinder Card,6,,10,10,,,,,,,,16,,,,,{ bonus bSPGainValue,10; bonus bDamageWhenUnequip,100; bonus bLoseSPWhenUnequip,100; bonus bHPrecovRate,-20; bonus bSPrecovRate,-20; },{},{} -- cgit v1.2.3-70-g09d2