diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-18 21:32:24 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-18 21:32:24 +0000 |
commit | 7f6b7ef774c2a8237a963b74c22556d327e8c5a5 (patch) | |
tree | 67881744198d546f6bf37f3660b283a7b2f254e2 /Changelog-Trunk.txt | |
parent | ee3f834706fcdb2df31987e5731da06946aa1060 (diff) | |
download | hercules-7f6b7ef774c2a8237a963b74c22556d327e8c5a5.tar.gz hercules-7f6b7ef774c2a8237a963b74c22556d327e8c5a5.tar.bz2 hercules-7f6b7ef774c2a8237a963b74c22556d327e8c5a5.tar.xz hercules-7f6b7ef774c2a8237a963b74c22556d327e8c5a5.zip |
- Implemented a small change that was long overdue: Displaying the char-select screen now uses a single SQL query instead of up to 9.
- Fixed a bug in the update to prevent setting cell types on unwalkable cells.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11757 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 38e1eab0d..b8c84d2aa 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,9 @@ 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/11/18 + * Implemented a small change that was long overdue: Displaying the + char-select screen now uses a single SQL query instead of up to 9. + [Skotlex] * Replaced jA's way of allocating npc shop data with a simple dynamic array that gets allocated during loading and freed on unload - automatically fixes bugreport:404, which would otherwise require |