summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorParadox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-11-02 16:28:45 +0000
committerParadox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-11-02 16:28:45 +0000
commitc70ac34152d41e9af4de8d3c2ac0f62506187dad (patch)
tree2a989c45c8bab972a4b3f21373fd1edd97dc89a2 /Changelog-Trunk.txt
parentd899792c127313aafdd1d694b257a59f98a75891 (diff)
downloadhercules-c70ac34152d41e9af4de8d3c2ac0f62506187dad.tar.gz
hercules-c70ac34152d41e9af4de8d3c2ac0f62506187dad.tar.bz2
hercules-c70ac34152d41e9af4de8d3c2ac0f62506187dad.tar.xz
hercules-c70ac34152d41e9af4de8d3c2ac0f62506187dad.zip
Fixed an issue where two ushorts were being strcmp'd. Follow-up to r14442. (bugreport:4523)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14443 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 6a0422f8c..649ea12d5 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -1,6 +1,7 @@
Date Added
2010/11/02
+ * Fixed an issue where two ushorts were being strcmp'd. Follow-up to r14442. (bugreport:4523) [Paradox924X]
* Ensured character data is saved even when last map is the only value that has changed during save time. (bugreport:2218) [Paradox924X]
* Applied fix by Ai4rei to reintroduce mapName within charinfo packet when PACKETVER >= 20100803. Follow-up to r14432. (bugreport:4413) [Paradox924X]
* Updated script doc to appropriately describe the effects of close/close2 when used without a window on screen. (bugreport:898) [Paradox924X]