summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorParadox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-10-11 03:10:11 +0000
committerParadox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-10-11 03:10:11 +0000
commitea0ca3cd2a3461ac15659e164448e6ca3f5b0338 (patch)
tree983f4d8d9b9a3f41127495064fcb32adc05863f5 /Changelog-Trunk.txt
parent608d2c8f50b88f75bea6231310d2722207d8af9b (diff)
downloadhercules-ea0ca3cd2a3461ac15659e164448e6ca3f5b0338.tar.gz
hercules-ea0ca3cd2a3461ac15659e164448e6ca3f5b0338.tar.bz2
hercules-ea0ca3cd2a3461ac15659e164448e6ca3f5b0338.tar.xz
hercules-ea0ca3cd2a3461ac15659e164448e6ca3f5b0338.zip
Added a missing const qualifier to a variable. (bugreport:4472)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14419 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 ba0aabc66..245268a88 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,7 @@ 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.
2010/10/10
+ * Added a missing const qualifier to a variable. (bugreport:4472) [Paradox924X]
* Rev. 14418 Follow up from r14413, should take care of the errors from bugreport:4472. [L0ne_W0lf]
* Pull `name` from character table instead of using `master` from guild table when loading guild data. [Paradox924X]
* Use `char_id` rather than `master` when checking if a guild needs to be deleted during character deletion. [Paradox924X]