summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorInkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-06-08 13:47:32 +0000
committerInkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-06-08 13:47:32 +0000
commitad0b14806dca1c54c55d0f237dc465c27dc6351f (patch)
tree09e5ea9149c7a1ed910fd56beb5a1b00037b93d7 /Changelog-Trunk.txt
parent14590eeea5c5cab258bc06b0e49ee9b78dc2b48c (diff)
downloadhercules-ad0b14806dca1c54c55d0f237dc465c27dc6351f.tar.gz
hercules-ad0b14806dca1c54c55d0f237dc465c27dc6351f.tar.bz2
hercules-ad0b14806dca1c54c55d0f237dc465c27dc6351f.tar.xz
hercules-ad0b14806dca1c54c55d0f237dc465c27dc6351f.zip
Fixed bHPGainValue and bSPGainValue worked on all types of attacks and was only activated on mob's death.(bugreport:3193) [Inkfish]
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13863 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index c3e93d142..7ff0e678b 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,6 +3,11 @@ 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.
+09/06/08
+ * Fixed bHPGainValue and bSPGainValue worked on all types of attacks and was only activated on mob's death.(bugreport:3193) [Inkfish]
+ * Added a configuration for whether damage of EarthQuake with single target can be reflected. [Inkfish]
+ * Fixed Wizard Spirit can block reflected magical damage other than Kaite's.(bugreport:3161) [Inkfish]
+ * Fixed Kaite works against bosses.(follow up to r13857) [Inkfish]
09/06/07
* Magical damage reflection now works against boss monsters and only on target skill(but EarthQuake with one target is an exception). [Inkfish]
* Changed hardcoded "5" to MAX_ARROW_RESOURCE in skill_arrow_create preventing proper usage. (bugreport:3025) [Paradox924X]