diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-02-15 18:22:56 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-02-15 18:22:56 +0000 |
commit | 60027d5509cddf09a136261f8a56724b65e2f2b8 (patch) | |
tree | 0a77f927c3845855979adb9287d59d37db44bf27 /Changelog-Trunk.txt | |
parent | 3aa7336ae0e7fdd1892f43fb681853483a2e907a (diff) | |
download | hercules-60027d5509cddf09a136261f8a56724b65e2f2b8.tar.gz hercules-60027d5509cddf09a136261f8a56724b65e2f2b8.tar.bz2 hercules-60027d5509cddf09a136261f8a56724b65e2f2b8.tar.xz hercules-60027d5509cddf09a136261f8a56724b65e2f2b8.zip |
- The default packet version is now 8. Clients from November2006 and before can no longer get past the char-server unless you change it back to 7.
- Fixed Storm Gust counter freezing on fourth hit instead of third.
- Fixed @homstats not taking into consideration that the stat growth decimals get discarded on level up (so the real minimum/maximum displayed was off).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9868 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 519e3036b..9fdda5462 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,13 @@ Date Added AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. +2007/02/15 + * The default packet version is now 8. Clients from November2006 and before + can no longer get past the char-server unless you change it back to 7. + * Fixed Storm Gust counter freezing on fourth hit instead of third. + * Fixed @homstats not taking into consideration that the stat growth + decimals get discarded on level up (so the real minimum/maximum displayed + was off). 2007/02/13 * Applied Rayce's dangling pointer fix when returning a temporary npc string variable (those starting with .@) |