diff options
author | Lance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-07 01:51:04 +0000 |
---|---|---|
committer | Lance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-07 01:51:04 +0000 |
commit | 25fa4732d5f58eb41bb3b4d6284cc2485656ecaa (patch) | |
tree | e274baf0992397d7ec1a6afef5cf3b2562ee8461 /Changelog-Trunk.txt | |
parent | 09fdcb27e44e89f6c08a8945fe10d9977546771f (diff) | |
download | hercules-25fa4732d5f58eb41bb3b4d6284cc2485656ecaa.tar.gz hercules-25fa4732d5f58eb41bb3b4d6284cc2485656ecaa.tar.bz2 hercules-25fa4732d5f58eb41bb3b4d6284cc2485656ecaa.tar.xz hercules-25fa4732d5f58eb41bb3b4d6284cc2485656ecaa.zip |
* [Fixed]:
- Corrected login-server SQL to use *((ulong *)p) instead of (ulong)p
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7022 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 62220b2b5..c6ea229e9 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.
2006/06/07
+ * [Fixed]:
+ - Corrected login-server SQL to use *((ulong *)p) instead of (ulong)p [Lance]
* [Optimized]:
- list and size not being initialized (size get intialized in default: switch case)
Eliminated default case and initialized list and size at the beginning. [Lance]
|