diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-07-23 17:58:54 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-07-23 17:58:54 +0000 |
commit | 6619e19b58fff810cdebc8e00c83a1b5c261214d (patch) | |
tree | ab99022cb2d793dd412e4d239bb9aa2a9a334f51 /Changelog-Trunk.txt | |
parent | 212c7b263c822dc1850823a88228d331e6092afc (diff) | |
download | hercules-6619e19b58fff810cdebc8e00c83a1b5c261214d.tar.gz hercules-6619e19b58fff810cdebc8e00c83a1b5c261214d.tar.bz2 hercules-6619e19b58fff810cdebc8e00c83a1b5c261214d.tar.xz hercules-6619e19b58fff810cdebc8e00c83a1b5c261214d.zip |
* Changed the restricting mapflag for @jump from nowarp/nowarpto to noteleport
* Simplified the mapindex code a bit
* Changed clif_skill_warppoint() so that now the '.gat' adding happens inside and doesn't have to be handled by the calling code
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10901 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 88e3e0249..8e8667ec0 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,9 @@ Date Added AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. +2007/07/23 + * Changed the restricting mapflag for @jump from nowarp/nowarpto + to noteleport. Adjust your scripts if you were using it this way. 2007/07/20 * Corrected packet_db.txt. See topic:158382 for details. As a side-effect, the latest packet version is now 22 instead of 21. |