diff options
author | Skotlex <Skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-08-10 16:53:47 +0000 |
---|---|---|
committer | Skotlex <Skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-08-10 16:53:47 +0000 |
commit | 9242fc277751e76f7f9204ff7fca98ce59e6de57 (patch) | |
tree | 87c81eb475f1ae4e639ceea30f4a3d90e0a4fdcf /Changelog-Trunk.txt | |
parent | 09b2f259b86749e57b1179d795f19f495c5defab (diff) | |
download | hercules-9242fc277751e76f7f9204ff7fca98ce59e6de57.tar.gz hercules-9242fc277751e76f7f9204ff7fca98ce59e6de57.tar.bz2 hercules-9242fc277751e76f7f9204ff7fca98ce59e6de57.tar.xz hercules-9242fc277751e76f7f9204ff7fca98ce59e6de57.zip |
- added sending a dummy 0x08b9 packet in the char-server, required to support clients from this year.
- added a fix to status_heal to take into account that -int_max == int_max in some architectures, which leads to an infinite loop (bugreport:3410)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14930 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 98d18b808..443e31ddf 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,6 +1,7 @@ Date Added 2011/08/10 + * Added sending a dummy 0x08b9 packet (PIN auth system) in the char-server, required to support clients from this year. [Skotlex] * Updated unitwarp so that an id of "0" causes the script's rid to be warped. This allows OnTouchNPC scripts to warp the monster. [Skotlex] * Updated @warp/@jump commands so that when an invalid tile is specified, a nearby cell is chosen. 2011/08/06 |