diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-07 18:58:33 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-07 18:58:33 +0000 |
commit | dff76e1a9840fe00a6c738d89de5d1074eae858a (patch) | |
tree | 33d2843fa4495142449e5a3175db6a1b48123bcd /Changelog-Trunk.txt | |
parent | 4f713a631bcb5df4ee4afc8667b51c2893ce693b (diff) | |
download | hercules-dff76e1a9840fe00a6c738d89de5d1074eae858a.tar.gz hercules-dff76e1a9840fe00a6c738d89de5d1074eae858a.tar.bz2 hercules-dff76e1a9840fe00a6c738d89de5d1074eae858a.tar.xz hercules-dff76e1a9840fe00a6c738d89de5d1074eae858a.zip |
- Corrected the pet/homunc data not being free'd if the player logs out before being authed.
- Initialized player's speed on pc_setnewpc to prevent homunculus copying a speed of 0.
- Added comment to reloadbattleconf specifying that some settings do not take effect inmediately.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9975 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 10da89f69..9db638096 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,10 @@ 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. 2007/03/08 + * Corrected the pet/homunc data not being free'd if the player logs out + before being authed. + * Initialized player's speed on pc_setnewpc to prevent homunculus copying a + speed of 0. * Corrected ranged add-status only triggering if the attack is arrow based. * Updated counter add-status so they trigger on ranged attacks instead of |