diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-02 16:36:07 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-02 16:36:07 +0000 |
commit | ce0efdf3bc23d208590f27cffc78d5043d24fbae (patch) | |
tree | db5dbd7240078f5d6dcb199b61c50a43f1a8ea05 /Changelog-Trunk.txt | |
parent | 82f0d9f416fff6305889a73231dc060c4b1c1b34 (diff) | |
download | hercules-ce0efdf3bc23d208590f27cffc78d5043d24fbae.tar.gz hercules-ce0efdf3bc23d208590f27cffc78d5043d24fbae.tar.bz2 hercules-ce0efdf3bc23d208590f27cffc78d5043d24fbae.tar.xz hercules-ce0efdf3bc23d208590f27cffc78d5043d24fbae.zip |
- Added preventing sending packet clif_clearchar_id when the character in question is invisible.
- Added packet 0x7c in clif_spawn which was supposed to be used for non-players.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5869 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 5b5a4e5c2..f10867f39 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,11 @@ 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/04/02
+ * Added preventing sending packet clif_clearchar_id when the character in
+ question is invisible. [Skotlex]
+ * Added packet 0x7c in clif_spawn which was supposed to be used for
+ non-players (this fixes pets/mobs/npcs spawning as if they just teleported
+ into view) [Skotlex]
* Some cleanups to clif.c, removed some excess/broken packets/functions.
[Skotlex]
* Merged Larry's fix of using a timer to get rid of the glow-issue when you
|