diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-04 15:37:09 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-04 15:37:09 +0000 |
commit | 9b325c6a9ee3e96a991bbac34b907305316e5e1a (patch) | |
tree | a88ca00179edb3b5a8e89bcad77c1b31bdf880ac /Changelog-Trunk.txt | |
parent | 5edc20529759c12add3da5c3ed0a1cfe335de6b8 (diff) | |
download | hercules-9b325c6a9ee3e96a991bbac34b907305316e5e1a.tar.gz hercules-9b325c6a9ee3e96a991bbac34b907305316e5e1a.tar.bz2 hercules-9b325c6a9ee3e96a991bbac34b907305316e5e1a.tar.xz hercules-9b325c6a9ee3e96a991bbac34b907305316e5e1a.zip |
- Repairing items via scripts no longer displays "item has been repaired"
- Status Recovery again makes mobs unlock their current target.
- Moved requesting party/guilds from the char-server from pc_authok to pc_reg_received, since map_nick2sd and map_getallsd won't work until the characters are authentified. Also removed the guild master setting from clif_parse_LoadEndAck to pc_reg_received since guild master setting will work there.
- Fixed homun hunger timer being started on login even when hom is vaporized/dead.
- Fixed mvp exp attacker bonus applying incorrectly.
- Removed duplicate msg_athena.conf entries 619 and 620 for Ninja/Gunslinger.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9401 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index d195ee407..06268ff00 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,19 @@ 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/04 + * Repairing items via scripts no longer displays "item has been repaired" + [Skotlex] + * Status Recovery again makes mobs unlock their current target. [Skotlex] + * Moved requesting party/guilds from the char-server from pc_authok to + pc_reg_received, since map_nick2sd and map_getallsd won't work until the + characters are authentified. Also removed the guild master setting from + clif_parse_LoadEndAck to pc_reg_received since guild master setting will + work there. [Skotlex] + * Fixed homun hunger timer being started on login even when hom is + vaporized/dead. [Skotlex] + * Fixed mvp exp attacker bonus applying incorrectly. [Skotlex] + * Removed duplicate msg_athena.conf entries 619 and 620 for + Ninja/Gunslinger.[Skotlex] * 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 |