summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-09 16:29:25 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-09 16:29:25 +0000
commit16a5056b8ff9f7b67d674c967385c76791137755 (patch)
treeab325d1c0d365b54dfd708c646e0d509d1f7bbe0 /Changelog-Trunk.txt
parente53a0dc7cb588a1e0ec85afb87c402e30dc3773b (diff)
downloadhercules-16a5056b8ff9f7b67d674c967385c76791137755.tar.gz
hercules-16a5056b8ff9f7b67d674c967385c76791137755.tar.bz2
hercules-16a5056b8ff9f7b67d674c967385c76791137755.tar.xz
hercules-16a5056b8ff9f7b67d674c967385c76791137755.zip
- Cleaned up some the code of TF_DOUBLE and GS_CHAINACTION.
- Removed the code which was auto-setting attacks that do no damage to type FLEE, since that was disabling status-effects which should incur even when the damage was blocked. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8208 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 3f69afe72..10ef82bc9 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,9 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2006/08/09
+ * Removed the code which was auto-setting attacks that do no damage to type
+ FLEE, since that was disabling status-effects which should incur even when
+ the damage was blocked. [Skotlex]
* Trade requests will now fail when either character is unable to act
(character in storage, vending, interacting with an npc, petrified, etc)
[Skotlex]