diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-01-03 20:56:20 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-01-03 20:56:20 +0000 |
commit | 50418d820226fbcdf7609fb619028e3b75a2fa9e (patch) | |
tree | 9eb6702bf55b75bcd5b340a1494fd89a1d279ed9 /Changelog-Trunk.txt | |
parent | a05f029a4d7ebcdc9915c994f589bbca6f072004 (diff) | |
download | hercules-50418d820226fbcdf7609fb619028e3b75a2fa9e.tar.gz hercules-50418d820226fbcdf7609fb619028e3b75a2fa9e.tar.bz2 hercules-50418d820226fbcdf7609fb619028e3b75a2fa9e.tar.xz hercules-50418d820226fbcdf7609fb619028e3b75a2fa9e.zip |
Moved extra junk from map_addblock/map_delblock to where it logically belongs (loadendack/unit_remove_map), removed flags and _sub macros
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12002 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 81387859a..6e372f5f4 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. 2008/01/03 + * Moved extra junk from map_addblock/map_delblock to where it logically + belongs (loadendack/unit_remove_map), removed flags and _sub macros * Removed map_data's block_count, as (quote Yor/ja2160), "Perhaps useful for debug, but uses memory AND CPU for nothing." (block lists are linked lists, they don't need count tracking) |