summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-28 09:54:27 +0000
committerLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-28 09:54:27 +0000
commit368efae9829a3ef7f4cb2bbda2d5388f3d6936d2 (patch)
tree072c2efac5f73520cfc8c583a10d2c924dc4aa25 /Changelog-Trunk.txt
parent4e14863104e12686499fd5958cf96eadd41bce52 (diff)
downloadhercules-368efae9829a3ef7f4cb2bbda2d5388f3d6936d2.tar.gz
hercules-368efae9829a3ef7f4cb2bbda2d5388f3d6936d2.tar.bz2
hercules-368efae9829a3ef7f4cb2bbda2d5388f3d6936d2.tar.xz
hercules-368efae9829a3ef7f4cb2bbda2d5388f3d6936d2.zip
* Modified clif_getareachar_pc to hide hidden GMs from normal players (players with GM level > 0 still able to view) by NOT sending the coordinates.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5782 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 5e3a2cb52..c443de08d 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,9 @@ 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. EVERYTHING ELSE
GOES INTO TRUNK AND WILL BE MERGED INTO STABLE BY VALARIS AND WIZPUTER. -- VALARIS
+2006/03/28
+ * Modified clif_getareachar_pc to hide hidden GMs from normal players (players with GM
+ level > 0 still able to view) by NOT sending the coordinates. [Lance]
2006/03/27
* Removed the limits.h file which just breaks compilation on *nix systems