diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-27 19:32:51 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-27 19:32:51 +0000 |
commit | 36125b1e1d1a55663e478d22bcaa8ef9c8e213b2 (patch) | |
tree | 3d4e98e4e3706a2a1361b1b7e1ec186cdb46e21e /Changelog-Trunk.txt | |
parent | 62f2d74d8eec9704c7d6c5c221a8b93ab450decf (diff) | |
download | hercules-36125b1e1d1a55663e478d22bcaa8ef9c8e213b2.tar.gz hercules-36125b1e1d1a55663e478d22bcaa8ef9c8e213b2.tar.bz2 hercules-36125b1e1d1a55663e478d22bcaa8ef9c8e213b2.tar.xz hercules-36125b1e1d1a55663e478d22bcaa8ef9c8e213b2.zip |
- Some cleanups on the trade_additem function. When specifying a qty of 0, an ack will be returned to the client so it doesn't gets stuck.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9331 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 13d01c781..90bd90058 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,8 @@ 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/11/27
+ * Some cleanups on the trade_additem function. When specifying a qty of 0,
+ an ack will be returned to the client so it doesn't gets stuck. [Skotlex]
* Update sql files [Toms]
* Corrected the skill animation for Absorb Spirits [Skotlex]
* Cleaned up a bit the implementation of how Gravity Field blocks the
|