diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-12-26 21:51:58 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-12-26 21:51:58 +0000 |
commit | dfe4ede046db94e2e6e580d2efa13bb9a773ce15 (patch) | |
tree | 1ec283a09218b5437425b98ecfab67a207b2a305 /Changelog-Trunk.txt | |
parent | 1e452a27de8de22d933f5b37c407aa3980948a66 (diff) | |
download | hercules-dfe4ede046db94e2e6e580d2efa13bb9a773ce15.tar.gz hercules-dfe4ede046db94e2e6e580d2efa13bb9a773ce15.tar.bz2 hercules-dfe4ede046db94e2e6e580d2efa13bb9a773ce15.tar.xz hercules-dfe4ede046db94e2e6e580d2efa13bb9a773ce15.zip |
Fixed the incorrect interpretation of the map-cell height information stored in .gat files; this was causing an overall of 20000 cells to be treated as water when officially they aren't.
A full mapcache rebuild is needed to apply this change.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11982 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 ced81ce07..500bf2615 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/12/26 + * Fixed the incorrect interpretation of the map-cell height information + stored in .gat files; this was causing an overall of 20000 cells to + be treated as water when officially they aren't [ultramage] * Fixed string variables dereferencing directly to the value instead of dereferencing to a copy of the value. (fixes bugreport:684 bugreport:641) [FlavioJS] 2007/12/23 |