diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-04-06 09:00:18 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-04-06 09:00:18 +0000 |
commit | b1a8b920af2b39f546cd3408af893741fc94e12b (patch) | |
tree | df3f463a7b0b48bec7d366e7564461f1e224ad27 /Changelog-SVN.txt | |
parent | cb2bb1dc2f9b4efc8925542c6162adcedac9c0b1 (diff) | |
download | hercules-b1a8b920af2b39f546cd3408af893741fc94e12b.tar.gz hercules-b1a8b920af2b39f546cd3408af893741fc94e12b.tar.bz2 hercules-b1a8b920af2b39f546cd3408af893741fc94e12b.tar.xz hercules-b1a8b920af2b39f546cd3408af893741fc94e12b.zip |
* Skip partner checking when calculating status with Marionette Control on
* Fixed plagiarised skills become unuseable after saving character
* Fixed double skill fail messages for stone curse
* Added modulus by zero check to rand()
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1419 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-SVN.txt')
-rw-r--r-- | Changelog-SVN.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog-SVN.txt b/Changelog-SVN.txt index 6cde9de6e..1af8402bf 100644 --- a/Changelog-SVN.txt +++ b/Changelog-SVN.txt @@ -2,6 +2,10 @@ Date Added 04/06 + * Skip partner checking when calculating status with Marionette Control on [celest] + * Fixed plagiarised skills become unuseable after saving character [celest] + * Fixed double skill fail messages for stone curse, thanks to wind + * Added modulus by zero check to rand(), thanks to starlon * Improved error messages during npc parsing [MouseJstr] * Fixed a crash in login_sql [MouseJstr] * Added logs filters in more logs [Lupus] @@ -9,6 +13,7 @@ Date Added Example: (drops log) log_drop: 1 = logs ANY items log_drop: 332 = logs only Healing items, Cards and those items which price is >= price_items_log + 04/05 * Fixed damage reflecting (silly typo xP) [celest] * Fixed Backstab to not have a push back effect [celest] |