summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-01-22 14:35:28 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-01-22 14:35:28 +0000
commit7ec5611976e5b04a947cca187bbd33431d2df52c (patch)
tree6ca0264fb9236c3c4c2b1063c539b06c4f2ff2fb /Changelog-Trunk.txt
parent932c76a02329e9c1b40f2b3d134ef22c55c19243 (diff)
downloadhercules-7ec5611976e5b04a947cca187bbd33431d2df52c.tar.gz
hercules-7ec5611976e5b04a947cca187bbd33431d2df52c.tar.bz2
hercules-7ec5611976e5b04a947cca187bbd33431d2df52c.tar.xz
hercules-7ec5611976e5b04a947cca187bbd33431d2df52c.zip
- Reverted the battle_calc_return_damage code as the previous one was correct, ninja self-targetted skills CAN be reflected.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9689 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 1586c7fb3..1c1b098af 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,6 +3,9 @@ Date Added
AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
+2007/01/22
+ * Reverted the battle_calc_return_damage code as the previous one was
+ correct, ninja self-targetted skills CAN be reflected. [Skotlex]
2007/01/21
* Fixed while statements not "reserving" the curly before parsing the test
expression. [FlavioJS]