summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-25 02:51:01 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-25 02:51:01 +0000
commit87f869a7b32d02b16e89f7abb6f202653fcf70e6 (patch)
treedfe3d9e71be9b8a65dfc6e5466d4ebd7d2ec5472 /Changelog-Trunk.txt
parent487ab0cc92f387857df51d0f137a1c2b671d8977 (diff)
downloadhercules-87f869a7b32d02b16e89f7abb6f202653fcf70e6.tar.gz
hercules-87f869a7b32d02b16e89f7abb6f202653fcf70e6.tar.bz2
hercules-87f869a7b32d02b16e89f7abb6f202653fcf70e6.tar.xz
hercules-87f869a7b32d02b16e89f7abb6f202653fcf70e6.zip
- All GMs will be sent to the char server through packet 0x2aff now.
- Made mob_searchname compare versus sprite, name and jname now. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6263 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 2ee4047d9..cfbc68a38 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.
2006/04/24
+ * All GMs will be sent to the char server through packet 0x2aff now.
+ (previously hidden gms were not sent to the char-server as online) [Skotlex]
+ * Made mob_searchname compare versus sprite, name and jname now. [Skotlex]
* Added script command escape_sql. It will return an escaped string for use
in the sql_query script command (in case you want to use input of players
in your queries). [Skotlex]