summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-02-21 18:43:50 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-02-21 18:43:50 +0000
commit8ef45ce58519b6e9eaad12b49110346c0a371242 (patch)
treef247ab1b5a2e309a7da18914848d2537e0d1242b /Changelog-Trunk.txt
parent0988a4623402706dced4808b565702135d7e963f (diff)
downloadhercules-8ef45ce58519b6e9eaad12b49110346c0a371242.tar.gz
hercules-8ef45ce58519b6e9eaad12b49110346c0a371242.tar.bz2
hercules-8ef45ce58519b6e9eaad12b49110346c0a371242.tar.xz
hercules-8ef45ce58519b6e9eaad12b49110346c0a371242.zip
- Modified party_send_movemap and guild_send_info_short to send the mini-dots to the player logging on.
- Added functions clif_party/guild_xy_single to send the xy dots to a single fd. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5359 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index d1f17bd2f..e983d8853 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -5,6 +5,9 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. EV
GOES INTO TRUNK AND WILL BE MERGED INTO STABLE BY VALARIS AND WIZPUTER. -- VALARIS
2006/02/21
+ * Now you should receive the party/guild mini-dots on map-load without the
+ need of waiting for others to "move" for you to receive the update (fixes
+ dead characters never showing up on the map) [Skotlex]
* Fix to prevent using main chat when it disabled in atcommand_athena. [LuzZza]
- Fixed message codes in duel functions.
- Small fix in log_refine, incorrect compare expression.