diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-05-29 12:09:02 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-05-29 12:09:02 +0000 |
commit | bcbd358d4f57a7f51cb80dd829db6576824939ab (patch) | |
tree | c8cfbc68c0cca2ca5eb7ed53999317436192e141 /Changelog-Trunk.txt | |
parent | 285c3820a753982afc30e20286565e74be9b3008 (diff) | |
download | hercules-bcbd358d4f57a7f51cb80dd829db6576824939ab.tar.gz hercules-bcbd358d4f57a7f51cb80dd829db6576824939ab.tar.bz2 hercules-bcbd358d4f57a7f51cb80dd829db6576824939ab.tar.xz hercules-bcbd358d4f57a7f51cb80dd829db6576824939ab.zip |
* Fixed bonus 'bHPDrainValue' on left hand would work as right hand bonus, when specified with 'bonus' rather than 'bonus2' (bugreport:4939, since r6221).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14834 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 7add7b6da..3eca9764d 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,5 +1,7 @@ Date Added +2011/05/29 + * Fixed bonus 'bHPDrainValue' on left hand would work as right hand bonus, when specified with 'bonus' rather than 'bonus2' (bugreport:4939, since r6221). [Ai4rei] 2011/05/23 * Changed enumerating defines into enumerations (related topic:264007). [Ai4rei] - Minor fixups on few macros. |