diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-27 14:17:14 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-27 14:17:14 +0000 |
commit | bfdb9f0246ab4f774e612f6cc34524e35a113d88 (patch) | |
tree | 6198262d6f9f8b5ec9dae23732c5cd55fb540a9a /Changelog-Trunk.txt | |
parent | d1a2dd2086001923ef54f4a2c84b569b6a36da00 (diff) | |
download | hercules-bfdb9f0246ab4f774e612f6cc34524e35a113d88.tar.gz hercules-bfdb9f0246ab4f774e612f6cc34524e35a113d88.tar.bz2 hercules-bfdb9f0246ab4f774e612f6cc34524e35a113d88.tar.xz hercules-bfdb9f0246ab4f774e612f6cc34524e35a113d88.zip |
* Removed NODAMAGE and ICEWALL cell types (mem usage back to normal)
- Icewall now uses basic cell type 5 (nonwalkable, shootable)
- as a consequence, you can now warp to a nonwalkable cell - but only via gm command or scripted warp bug (hopefully :)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12247 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index e159dc356..6f74644b9 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,10 @@ 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/02/27 + * Removed NODAMAGE and ICEWALL cell types (mem usage back to normal) + - Icewall now uses basic cell type 5 (nonwalkable, shootable) + - as a consequence, you can now warp to a nonwalkable cell - but only + via gm command or scripted warp bug (hopefully :) * Added missing option changes for Illusionary Shadow and Soul Link that disappeared when you left the screen (bugreport:1053) * Added support for the "view player equip" feature (see topic:174461) |