diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-10-19 16:47:30 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-10-19 16:47:30 +0000 |
commit | 5e17d1a084598a12fd1872f8c8c9965ecaed6592 (patch) | |
tree | e77d97dfddd8688ebd1433f575e3257654c8eb8c /Changelog-Trunk.txt | |
parent | 11e47ab6ff3d3ba751bf111d0c1948ac23dbb313 (diff) | |
download | hercules-5e17d1a084598a12fd1872f8c8c9965ecaed6592.tar.gz hercules-5e17d1a084598a12fd1872f8c8c9965ecaed6592.tar.bz2 hercules-5e17d1a084598a12fd1872f8c8c9965ecaed6592.tar.xz hercules-5e17d1a084598a12fd1872f8c8c9965ecaed6592.zip |
- Corrected a compilation error.
- Fixed SG_FRIEND, it should be triggering when Monks do Combo Finish (not triple blows), and the trigger rate increase should be based on your known level of SG_FRIEND, NOT TK_COUNTER.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9013 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index c680f43d0..9fa9e3444 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/10/19
+ * Fixed SG_FRIEND, it should be triggering when Monks do Combo Finish (not
+ triple blows), and the trigger rate increase should be based on your known
+ level of SG_FRIEND, not TK_COUNTER. [Skotlex]
* Phantasmic arrow now knockbacks even if it misses. [Skotlex]
* Adjusted the way Monk combo times work. The combo time is now always
300ms (adjusted by combo_delay_rate) which takes effect inmediately AFTER
|