summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-01-19 18:00:11 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-01-19 18:00:11 +0000
commit5f8004ef09b91a6f5e814e55de1d842626de8c97 (patch)
tree5f1dd442db71bc716227a3f232174063c6012915 /Changelog-Trunk.txt
parent56cff3487e8605b94776c21860ed61ee30de01fc (diff)
downloadhercules-5f8004ef09b91a6f5e814e55de1d842626de8c97.tar.gz
hercules-5f8004ef09b91a6f5e814e55de1d842626de8c97.tar.bz2
hercules-5f8004ef09b91a6f5e814e55de1d842626de8c97.tar.xz
hercules-5f8004ef09b91a6f5e814e55de1d842626de8c97.zip
- Reverted the dup-label check code since it has a bug that needs to be fixed first (it fails to recognize const.txt values)
- Reverted clif_skill_damage receiving the blewcount value since the whole code update that was involved didn't help any anyway. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9675 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index d999a2086..da24a7dc4 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/01/19
+ * Reverted the dup-label check code since it has a bug that needs to be
+ fixed first (it fails to recognize const.txt values) [Skotlex]
* Fixed a client crash during SQL char selection if you for some reason had
more than 9 characters in your account (thanks to Daegaladh) [ultramage]
- note that the TXT version already guards against this since long ago