summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-29 10:12:26 +0000
committerLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-29 10:12:26 +0000
commit98854fb7d9b029157c5fd02701763301923cfc61 (patch)
tree39ff4820dc6c4abdb1d838e266a4bfcde10f1161 /Changelog-Trunk.txt
parent9e62c33d9ee58d7dcf1c667a77b3fdd814bc0943 (diff)
downloadhercules-98854fb7d9b029157c5fd02701763301923cfc61.tar.gz
hercules-98854fb7d9b029157c5fd02701763301923cfc61.tar.bz2
hercules-98854fb7d9b029157c5fd02701763301923cfc61.tar.xz
hercules-98854fb7d9b029157c5fd02701763301923cfc61.zip
[Optimized ]
Removed unused variable (account_id) in storage_guild_storagesaved. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6815 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 56e260eda..e89c136bf 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/05/29
+ * [Optimized ]:
+ - Removed unused variable (account_id) in storage_guild_storagesaved.
* [Optimized]:
- Removed unused checks for unsigned data type and possible logic error for
char type (gcc treats char as unsigned). [Lance]