diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-05 16:24:13 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-05 16:24:13 +0000 |
commit | dd6d232f62f0c3611902eadc4ebdc5f2a6c2ec23 (patch) | |
tree | 7524477f5afab19270dcb1bc5040d23a7a382ca4 /Changelog-Trunk.txt | |
parent | 47865ba6bec2130fd19c5bdbbb65dade86546caf (diff) | |
download | hercules-dd6d232f62f0c3611902eadc4ebdc5f2a6c2ec23.tar.gz hercules-dd6d232f62f0c3611902eadc4ebdc5f2a6c2ec23.tar.bz2 hercules-dd6d232f62f0c3611902eadc4ebdc5f2a6c2ec23.tar.xz hercules-dd6d232f62f0c3611902eadc4ebdc5f2a6c2ec23.zip |
- Soul Breaker no longer ignores elemental adjustments.
- Simplified the Utsusemi/Bunsinjyutsu check to only block weapon skills that do not ignore offensive cards.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9960 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 59b35b2ec..88a55bedf 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,8 @@ 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. 2007/03/06 + * Simplified the Utsusemi/Bunsinjyutsu check to only block weapon skills + that do not ignore offensive cards. [Skotlex] * Added support for the 2 new packet versions. [Zephiris] * Fixed the loginlog's `user` column length (use upgrade_svn9957.sql) 2007/03/05 |