From 51f766e48c21a0b81859647035ca993b256cd1b5 Mon Sep 17 00:00:00 2001 From: Lupus Date: Sat, 12 Mar 2005 23:35:31 +0000 Subject: [PATCH] Fixed some new cards (some % were divided by 100, some cards had no bonuses due to misplaced arguments and due to usage BONUS instead of BONUS2, etc) git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1228 54d463be-8e91-2dee-dedb-b68131a5f0ec --- Changelog-SVN.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog-SVN.txt b/Changelog-SVN.txt index c24e4f565d..5673f9bd76 100644 --- a/Changelog-SVN.txt +++ b/Changelog-SVN.txt @@ -1,8 +1,8 @@ Date Added 03/13 - * Fixed some new cards (some % were divided by 100, some cards had no bonuses due to misplaced arguments - and due to usage BONUS instead of BONUS2, etc) [Lupus] + * Fixed 23 new cards (some effects chances were divided by 100, some cards had no bonuses + due to misplaced arguments, usage BONUS instead of BONUS2, etc) [Lupus] 03/12 * Fixed Status Recovery dealing too short blind time on undead [celest]