diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-30 01:25:19 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-30 01:25:19 +0000 |
commit | a5cb1049e0175a1c2c7e9de40f498ed54c29e187 (patch) | |
tree | 8f423bffc93ffde0024b44d0545e3d4115ee4e8a /Changelog-Trunk.txt | |
parent | 5baa12ea4a48b09cfc2007ec5c1f05f60a92fd45 (diff) | |
download | hercules-a5cb1049e0175a1c2c7e9de40f498ed54c29e187.tar.gz hercules-a5cb1049e0175a1c2c7e9de40f498ed54c29e187.tar.bz2 hercules-a5cb1049e0175a1c2c7e9de40f498ed54c29e187.tar.xz hercules-a5cb1049e0175a1c2c7e9de40f498ed54c29e187.zip |
* Made remaining csv databases (guild, castle, homunculus, itemdb, mercenary) use sv_readdb, where applicable (follow up to r14524, r14526 and r14532).
- Few databases remain unchanged, which have either a custom layout or are otherwise incompatible with sv_readdb.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14640 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 b4949d061..4549e41ca 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,6 +1,8 @@ Date Added 2010/12/29 + * Made remaining csv databases (guild, castle, homunculus, itemdb, mercenary) use sv_readdb, where applicable (follow up to r14524, r14526 and r14532). [Ai4rei] + - Few databases remain unchanged, which have either a custom layout or are otherwise incompatible with sv_readdb. * Collection of random insignificant changes. [Ai4rei] - Added progress indication on map-server shutdown when objects are removed from maps, as it takes significant amount of time to complete. - Moved ers_free in db_obj_vclear, so that the node pointer is not used for comparison after it has been freed. |