diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-04-09 08:38:02 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-04-09 08:38:02 +0000 |
commit | b9d5705987adcd807f9bb4909bba063fa496e247 (patch) | |
tree | 18e23fc06b6bd998133d69e5b58854458c026c94 /Changelog-Trunk.txt | |
parent | 0a8ee210f51d5871e2e0a9eb2af97aae7d755c63 (diff) | |
download | hercules-b9d5705987adcd807f9bb4909bba063fa496e247.tar.gz hercules-b9d5705987adcd807f9bb4909bba063fa496e247.tar.bz2 hercules-b9d5705987adcd807f9bb4909bba063fa496e247.tar.xz hercules-b9d5705987adcd807f9bb4909bba063fa496e247.zip |
* Changed pc_jobid2mapid to use a 1:1 mapping which is less prone to errors and faster than the previous method (follow up to r14755).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14782 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 436dc6d16..5796a6bab 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,5 +1,7 @@ Date Added +2011/04/09 + * Changed pc_jobid2mapid to use a 1:1 mapping which is less prone to errors and faster than the previous method (follow up to r14755). [Ai4rei] 2011/04/08 * Fixed memory corruption when amount of players online approached FD_SETSIZE (topic:262388, bugreport:4856, since 11897). [Ai4rei] * Fixed a compile error when socket send shortlists are disabled (s->eof instead of s->flag.eof) (follow up to r11930). [Ai4rei] |