summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-12-13 21:20:14 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-12-13 21:20:14 +0000
commit1ab6b565f48ad88c5c64a5ff2c11e9cf2a6da8e5 (patch)
treed054301b15b9fe66f9a5369cbe33568237f00a64 /Changelog-Trunk.txt
parent81706ea0213ee69fab8afc2a122904e49bceb7e5 (diff)
downloadhercules-1ab6b565f48ad88c5c64a5ff2c11e9cf2a6da8e5.tar.gz
hercules-1ab6b565f48ad88c5c64a5ff2c11e9cf2a6da8e5.tar.bz2
hercules-1ab6b565f48ad88c5c64a5ff2c11e9cf2a6da8e5.tar.xz
hercules-1ab6b565f48ad88c5c64a5ff2c11e9cf2a6da8e5.zip
- Additional damage bonuses (True Sight, EDP, Assassin Link, Crusader Link, Card skill damage bonuses) are now applied independently of each other, which lets them stack.
- Some minor cleanings on the code vecinity. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9492 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 6ce52035e..48cfa6733 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/12/13
+ * Additional damage bonuses (True Sight, EDP, Assassin Link, Crusader Link,
+ Card skill damage bonuses) are now applied independently of each other,
+ which lets them stack. [Skotlex]
* Modified flush_fifo so the code do what is written in the comment [Toms]
* Modified flush_fifo so you can decide whether to block the current thread
or not until the data is sent. The server-tick reply no longer blocks the