diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-04 13:59:42 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-04 13:59:42 +0000 |
commit | 5edc20529759c12add3da5c3ed0a1cfe335de6b8 (patch) | |
tree | b56a90c9e21301b4117e53cda82c9362aeaab761 /Changelog-Trunk.txt | |
parent | 12966eebf5750b2dc0a4394204aaf6d2b1d554db (diff) | |
download | hercules-5edc20529759c12add3da5c3ed0a1cfe335de6b8.tar.gz hercules-5edc20529759c12add3da5c3ed0a1cfe335de6b8.tar.bz2 hercules-5edc20529759c12add3da5c3ed0a1cfe335de6b8.tar.xz hercules-5edc20529759c12add3da5c3ed0a1cfe335de6b8.zip |
- Fixed the txt->sql converter not escaping character names before saving them.
- Fixed a pet's level not resetting to their db level when you enable pet leveling and later on decide to turn it off.
- Fixed a bad initialization in pc_setnewpc
- Fixed restricted equipment not updating your view info after they are unequipped.
- Removed a bunch of extra text/checks when ignoring characters (/ex) when Aegis does none of these checks. /inall now wipes your ignore list (it does this on Aegis, too).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9400 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 050fdb3d6..d195ee407 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,16 @@ 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. +2006/12/04 + * Fixed the txt->sql converter not escaping character names before saving + them. [Skotlex] + * Fixed a pet's level not resetting to their db level when you enable pet + leveling and later on decide to turn it off. [Skotlex] + * Fixed restricted equipment not updating your view info after they are + unequipped. [Skotlex] + * Removed a bunch of extra text/checks when ignoring characters (/ex) when + Aegis does none of these checks. /inall now wipes your ignore list (it does + this on Aegis, too). [Skotlex] 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 |