diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-01-08 13:30:43 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-01-08 13:30:43 +0000 |
commit | 5d658f9d7b68c96839baf7932dc8a3cb30adef5f (patch) | |
tree | b84a2d99b5045775b57908b25bd7dccd2056c9b5 /Changelog-Trunk.txt | |
parent | e134818e33b34c84eba8770087a330f99607c4b6 (diff) | |
download | hercules-5d658f9d7b68c96839baf7932dc8a3cb30adef5f.tar.gz hercules-5d658f9d7b68c96839baf7932dc8a3cb30adef5f.tar.bz2 hercules-5d658f9d7b68c96839baf7932dc8a3cb30adef5f.tar.xz hercules-5d658f9d7b68c96839baf7932dc8a3cb30adef5f.zip |
- Made the pc reg variables receive a const char* as the argument, since they duplicate the value anyway (and they were receiving const char* values from the setd function)
- Fixed Wand of Hermod not starting the SC_HERMOD status change (which blocks spells)
- Fixed a missing break in the cast cancel code.
- Fixed additional def/mdef from vit/int bonuses being lost when a status change that affects def/mdef triggers (for homunculus)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12033 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 9505635ba..8aafd0318 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. 2008/01/08 + * Fixed Wand of Hermod not starting the SC_HERMOD status change (which + blocks spells) + * Fixed additional def/mdef from vit/int bonuses being lost when a status + change that affects def/mdef triggers (for homunculus) [Skotlex] * Added missing code to log main chat messages sent by whispering to main_chat_nick (bugreport:424) [ultramage] 2008/01/07 |