diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-03 19:46:43 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-03 19:46:43 +0000 |
commit | 60c165d6caa0ae9f93240f17db02580d30281caa (patch) | |
tree | dfb04f4cb47bd549f4276ee6ee776a3c45d4b142 /Changelog-Trunk.txt | |
parent | b6cb7738945e8655a4bd94b5f37615058d068638 (diff) | |
download | hercules-60c165d6caa0ae9f93240f17db02580d30281caa.tar.gz hercules-60c165d6caa0ae9f93240f17db02580d30281caa.tar.bz2 hercules-60c165d6caa0ae9f93240f17db02580d30281caa.tar.xz hercules-60c165d6caa0ae9f93240f17db02580d30281caa.zip |
- Removed sd->sex since it's redundant (we can always use sd->status.sex)
- If somehow a player logs out and it's saved with 0 hp, on login his state will be set to dead as well so he can respawn (otherwise that leads to a stuck char)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9398 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index e9333b900..050fdb3d6 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,9 @@ 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/12/03 + * If somehow a player logs out and it's saved with 0 hp, on login his state + will be set to dead as well so he can respawn (otherwise that leads to a + stuck char) [Skotlex] * Fixed even share exp flutuating as described in: http://www.eathena.ws/board/index.php?showtopic=126139 thanks to TheUltraMague for the fix. [FlavioJS] |