summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-02-03 23:26:00 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-02-03 23:26:00 +0000
commitb317caf7a7de3b2a4a64613aee576fd595aaca14 (patch)
tree1f4ef799df9e0b4fc8d712ab9ba5cc376095e023 /Changelog-Trunk.txt
parent42817756b603d2dc76c1408d0a6f432673350bd7 (diff)
downloadhercules-b317caf7a7de3b2a4a64613aee576fd595aaca14.tar.gz
hercules-b317caf7a7de3b2a4a64613aee576fd595aaca14.tar.bz2
hercules-b317caf7a7de3b2a4a64613aee576fd595aaca14.tar.xz
hercules-b317caf7a7de3b2a4a64613aee576fd595aaca14.zip
Fixes to Devotion (see topic:153345)
- removed totally fake Devotion packet from Marionette Control code (see r3934) - fixed one devoted chars array management code bug which caused chars to be included in the array multiple times, producing various problems (also see r3934) - the link will now re-display when coming into view range - the link will no longer break if the devotee walks away, but instead, if he receives damage while being out of range of Devotion git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12171 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 23b19ff8b..11e3ad645 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,13 @@ 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/03
+ * Fixes to Devotion (see topic:153345) [ultramage]
+ - removed totally fake Devotion packet from Marionette Control code
+ - fixed one devoted chars array management code bug which caused chars
+ to be included in the array multiple times, producing various problems
+ - the link will now re-display when coming into view range
+ - the link will no longer break if the devotee walks away, but instead,
+ if he receives damage while being out of range of Devotion
* Added an iterator to map.h/c. [FlavioJS]
Will be used instead of map_getallusers, which has problems with
dangling pointers (returned array isn't updated).