diff options
author | DracoRPG <DracoRPG@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-24 16:58:29 +0000 |
---|---|---|
committer | DracoRPG <DracoRPG@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-24 16:58:29 +0000 |
commit | 252476c27cc0829e15fb1f08a50a52e1ec5041b5 (patch) | |
tree | 9eb0ac9a0b65aa0cf1ffdf28fce668b6cb523f7a /Changelog-Trunk.txt | |
parent | 104696a9505921e4b76ba117dec81efc34622a1a (diff) | |
download | hercules-252476c27cc0829e15fb1f08a50a52e1ec5041b5.tar.gz hercules-252476c27cc0829e15fb1f08a50a52e1ec5041b5.tar.bz2 hercules-252476c27cc0829e15fb1f08a50a52e1ec5041b5.tar.xz hercules-252476c27cc0829e15fb1f08a50a52e1ec5041b5.zip |
Random Homunculus cleanup
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7857 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index b1b2c08dd..712bfa5b1 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,12 @@ 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/07/24
+ * Homuculus cleanup [DracoRPG]
+ - Replaced nullpo's in parse functions by silent checks
+ - Removed server-side effect for menu option 0 (view status window...
+ why does the client send us the packet since we don't care? -_-)
+ - Rewrote intimacy underflow checks so they are really effective (no
+ need to check if an unsigned is < 0, it won't work... check before!)
* fixed unban unblocking players as well. [Skotlex]
* Fixed Volcano/Deluge/Violent Gale increasing damage based on element of
attack instead of defense element of attacker. [Skotlex]
|