diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-06 16:16:25 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-06 16:16:25 +0000 |
commit | 91370409aede963a205b1f9987a3594d6d4e3928 (patch) | |
tree | b00df8498d34daa92298805b2f4dadf31c5d9eda /Changelog-Trunk.txt | |
parent | db118dccc74b5c9c0694cdfa863b33ed6984c0fb (diff) | |
download | hercules-91370409aede963a205b1f9987a3594d6d4e3928.tar.gz hercules-91370409aede963a205b1f9987a3594d6d4e3928.tar.bz2 hercules-91370409aede963a205b1f9987a3594d6d4e3928.tar.xz hercules-91370409aede963a205b1f9987a3594d6d4e3928.zip |
- Corrected the define for NK no cardfix (def).
- Updated skills that shouldn't ignore the target's cards: Smoking, Fling, Zenynage
- Fixed the char sql server not escaping the server name before inserting it on the ragsrvinfo table.
- Corrected @lvup not doing the party even share check.
- Corrected breaker's misc part not ignoring element.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9969 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 77d497541..aa28accac 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,12 @@ Date Added AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. +2007/03/07 + * Corrected the define for NK no cardfix (def). + * Fixed the char sql server not escaping the server name before inserting + it on the ragsrvinfo table. + * Corrected @lvup not doing the party even share check. + * Corrected breaker's misc part not ignoring element. 2007/03/06 * Added NK value 0x80: ignore target's cards (0x8 will now only ignore attacker's cards). |