summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-04-02 17:43:30 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-04-02 17:43:30 +0000
commitbdd10b430d4d949d5cdd97295ffb0c9887a7c211 (patch)
tree41f37d83ba99b11a3e017d59b6ef15aa267b9a74 /Changelog-Trunk.txt
parent1c8b4e651ae7f17b0652e1f352ac5246a883b4a0 (diff)
downloadhercules-bdd10b430d4d949d5cdd97295ffb0c9887a7c211.tar.gz
hercules-bdd10b430d4d949d5cdd97295ffb0c9887a7c211.tar.bz2
hercules-bdd10b430d4d949d5cdd97295ffb0c9887a7c211.tar.xz
hercules-bdd10b430d4d949d5cdd97295ffb0c9887a7c211.zip
- Cleaned up mmo_auth, as this function was quite filled with sql memory leaks! Also improved the code a little.
- Made account_id and char_id ints in login.h (since they are that type in mmo_charstatus) - Corrected/simplified the re-walk code when an object's speed changes. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10125 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 9fe1bff6b..7b88b37fc 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/04/03
+ * Cleaned up mmo_auth, this function wasn't only poorly coded, it also had
+ a SQL-related memory leak in it!
* Corrected the attack_attr_none check being backwards (ie: this config was
working backwards!)
* All pets can now move regardless of their Mob counter part setting.