diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-31 14:26:04 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-31 14:26:04 +0000 |
commit | bbcf5c2bc5324d906d3a05b7bc67a33714ec4c4f (patch) | |
tree | aca277594ea16a620a2b262a382115843a995ed1 /Changelog-Trunk.txt | |
parent | 0705e5f5a0943a4d04ce6b39ee1edf46f49d1821 (diff) | |
download | hercules-bbcf5c2bc5324d906d3a05b7bc67a33714ec4c4f.tar.gz hercules-bbcf5c2bc5324d906d3a05b7bc67a33714ec4c4f.tar.bz2 hercules-bbcf5c2bc5324d906d3a05b7bc67a33714ec4c4f.tar.xz hercules-bbcf5c2bc5324d906d3a05b7bc67a33714ec4c4f.zip |
- Removed incorrect "Waterball range+1 when standing on suiton" feature.
- Corrected the Speed update code to prevent sending "walk to xy" packets twice when the affected character is a player.
- Expanded mob can't move warning to print out where this mob was stuck at (map, x,y)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7998 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index d86acbb79..28b9dd0db 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,12 @@ 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.
2006/07/31
+ * Removed incorrect "Waterball range+1 when standing on suiton" feature.
+ [Skotlex]
+ * Corrected the Speed update code to prevent sending "walk to xy" packets
+ twice when the affected character is a player. [Skotlex]
+ * Expanded mob can't move warning to print out where this mob was stuck at
+ (map, x,y) [Skotlex]
* Fixed segmentation fault in status_change_end, vd wasn't initialized [Toms]
2006/07/30
* NPC_INVISIBLE will now use Cloaking of a level +9 of the used skill
|