summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-09-30 21:56:07 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-09-30 21:56:07 +0000
commit96e486ad8b183582ce3566d63694f1eaabafba21 (patch)
tree849fe01b5f23452b7ea201e67434af867e74af03 /Changelog-Trunk.txt
parenta377ccd04a40116d534fea980b26cbc0b5ad727d (diff)
downloadhercules-96e486ad8b183582ce3566d63694f1eaabafba21.tar.gz
hercules-96e486ad8b183582ce3566d63694f1eaabafba21.tar.bz2
hercules-96e486ad8b183582ce3566d63694f1eaabafba21.tar.xz
hercules-96e486ad8b183582ce3566d63694f1eaabafba21.zip
Removed redundant 'subnet' s_subnet structure variable.
Removed duplicate code from the sql charserver that somehow appeared after the tmpsql merge. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11333 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 889394170..9b8e89635 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,6 +3,8 @@ Date Added
AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
+2007/09/30
+ * Removed redundant 'subnet' s_subnet structure variable. [ultramage]
2007/09/28
* Changed back the query to get the friends of a character to a LEFT JOIN.
* Setting the item script variables to NULL when they are freed. (bugreport:142 ?)