diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-05 22:00:01 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-05 22:00:01 +0000 |
commit | a09b9f87fa701f19001c2fb312c88c2496816197 (patch) | |
tree | 75877e316eef5efa1686a6d62f6564e0e98722a2 /db/Changelog.txt | |
parent | 10241e75ad611e2f2355e5d85151f68c070aa079 (diff) | |
download | hercules-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 'db/Changelog.txt')
-rw-r--r-- | db/Changelog.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 2ff448554..9216a4c09 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -20,6 +20,9 @@ ======================== 03/06 + * Corrected the NK values of skills (0x08 -> 0x80): Self Destruction, + Smoking, Pressure, Fling, Zeny Nage, BioExplosion + * Soul Burn & Gravitation got NK 0x80 (previously hardcoded) [Skotlex] * Added various new headgears thanks to Argatlahm [Playtester] - some headgears might not be fully official, feel free to report bugs if you find any - also updated item_db.sql |