summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-05 22:00:01 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-05 22:00:01 +0000
commita09b9f87fa701f19001c2fb312c88c2496816197 (patch)
tree75877e316eef5efa1686a6d62f6564e0e98722a2 /Changelog-Trunk.txt
parent10241e75ad611e2f2355e5d85151f68c070aa079 (diff)
downloadhercules-a09b9f87fa701f19001c2fb312c88c2496816197.tar.gz
hercules-a09b9f87fa701f19001c2fb312c88c2496816197.tar.bz2
hercules-a09b9f87fa701f19001c2fb312c88c2496816197.tar.xz
hercules-a09b9f87fa701f19001c2fb312c88c2496816197.zip
- Added NK value 0x80: ignore target's cards (0x8 will now only ignore attacker's cards).
- Corrected the NK values of skills (0x08 -> 0x80): Self Destruction, Smoking, Pressure, Fling, Zeny Nage, BioExplosion - Soul Burn & Gravitation got NK 0x80 (previously hardcoded) - Corrected Soul Breaker ignoring target's cards instead of the caster's. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9967 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 89e167095..77d497541 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,10 @@ 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
+ * Added NK value 0x80: ignore target's cards (0x8 will now only ignore
+ attacker's cards).
+ * Corrected Soul Breaker ignoring target's cards instead of the caster's.
+ [Skotlex]
* Fixed an infinite loop if script name contains a single ':' [Toms]
* Simplified the Utsusemi/Bunsinjyutsu check to only block weapon skills
that do not ignore offensive cards. [Skotlex]