summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-07-25 19:29:21 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-07-25 19:29:21 +0000
commit217c77ca7710dccbf6e753d0cdaf67722ce61a29 (patch)
tree03b36456e9c0d40338d857c90023669c5a4485ee /Changelog-Trunk.txt
parent2d4285b733ce76bf0bc5b5bc8f02c673d4fba887 (diff)
downloadhercules-217c77ca7710dccbf6e753d0cdaf67722ce61a29.tar.gz
hercules-217c77ca7710dccbf6e753d0cdaf67722ce61a29.tar.bz2
hercules-217c77ca7710dccbf6e753d0cdaf67722ce61a29.tar.xz
hercules-217c77ca7710dccbf6e753d0cdaf67722ce61a29.zip
- Fixed duel accept invite sending the packet before the duel data is set (resulting in a packet that noone receives). Thanks to Toms for finding it out.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7881 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 1fc0d23f4..1b625525f 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,9 @@ 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/25
+ * Fixed duel accept invite sending the packet before the duel data is set
+ (resulting in a packet that noone receives). Thanks to Toms for finding it
+ out. [Skotlex]
* Fixed a possible crash when you dual-wield and the total damage is 0.
[Skotlex]
* Added Toms's perl scripts item_db.pl and mob_db.pl (they are in tools/),