summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-01-14 19:13:16 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-01-14 19:13:16 +0000
commita9dd834853966a4b7421cc643c30ad9996f6b039 (patch)
tree32983448f8498c02f29733bf3995b6752077c050 /Changelog-Trunk.txt
parent05bff4bc98f620ae2f037028b72c11caddb6ac3f (diff)
downloadhercules-a9dd834853966a4b7421cc643c30ad9996f6b039.tar.gz
hercules-a9dd834853966a4b7421cc643c30ad9996f6b039.tar.bz2
hercules-a9dd834853966a4b7421cc643c30ad9996f6b039.tar.xz
hercules-a9dd834853966a4b7421cc643c30ad9996f6b039.zip
* Client packet corrections
- 0x01df is not 'gmreqnochatcount', but for requesting a player's account name via right-click menu (which currently can't be done) - added /remove and /recall, aliases to /shift and /summon - added /changemaptype, which alters a single cell's gat type - gm kick will no longer exit the client (now it goes to the login screen) - removed the quicksort invocation in /ignore code git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12076 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 38b95f023..c293293e5 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -5,6 +5,13 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2008/01/14
+ * Client packet corrections
+ - 0x01df is not 'gmreqnochatcount', but for requesting a player's
+ account name via right-click menu (which currently can't be done)
+ - added /remove and /recall, aliases to /shift and /summon
+ - added /changemaptype, which alters a single cell's gat type
+ - gm kick will no longer exit the client (now it goes to the login screen)
+ - removed the quicksort invocation in /ignore code
* Fixed card removal script functions' 'extra card' bug (bugreport:786)
* Removed the hardcoded limit for numeric npc input boxes (bugreport:811)
* Applied a temp patch to make some npc-executed atcommands work again