summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorParadox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-10-11 01:57:27 +0000
committerParadox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-10-11 01:57:27 +0000
commitc4a2d76ad693f096f2d954a7c144f5dffc633391 (patch)
treecb2854cb8adb71b68b79f93f1e36ec78be9518cd /Changelog-Trunk.txt
parent05c756b4b24222aeb65a5aeda09f5a1e4f2a4138 (diff)
downloadhercules-c4a2d76ad693f096f2d954a7c144f5dffc633391.tar.gz
hercules-c4a2d76ad693f096f2d954a7c144f5dffc633391.tar.bz2
hercules-c4a2d76ad693f096f2d954a7c144f5dffc633391.tar.xz
hercules-c4a2d76ad693f096f2d954a7c144f5dffc633391.zip
Pull `name` from character table instead of using `master` from guild table when loading guild data.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14417 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 e1e483794..21d4ab9f2 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
+ * 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]
2010/10/06
* Rev. 14413 Touched up the party booking patch, seems I forgot some lines in clif.c...and managed to duplicate a line in map.c. [L0ne_W0lf]