diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-01-29 11:30:24 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-01-29 11:30:24 +0000 |
commit | dbb6b02733e07c315435d29e46b21e7a072ce3b0 (patch) | |
tree | 482a051c904acfb146d18ed78f743bb0e3c61175 /Changelog-Trunk.txt | |
parent | 9acb21fa52f80cc6ad6a03f09f019821dce3d23c (diff) | |
download | hercules-dbb6b02733e07c315435d29e46b21e7a072ce3b0.tar.gz hercules-dbb6b02733e07c315435d29e46b21e7a072ce3b0.tar.bz2 hercules-dbb6b02733e07c315435d29e46b21e7a072ce3b0.tar.xz hercules-dbb6b02733e07c315435d29e46b21e7a072ce3b0.zip |
* Removed @aw/@away which duplicates and collides with client's /am (away message) (bugreport:1235, topic:163083, since r4351).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14686 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 51e294de6..4181a6bfc 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,6 +1,7 @@ Date Added 2011/01/29 + * Removed @aw/@away which duplicates and collides with client's /am (away message) (bugreport:1235, topic:163083, since r4351). [Ai4rei] * Fixed a map-server crash when invalid items are deleted (option 'item_check') from a logging-in character (bugreport:2604). [Ai4rei] - This removes the pc_checkitem call from pc_authok, as the check is done in clif_parse_LoadEndAck as well, after first status calc has taken place. - Inventory list is now sent before pc_checkitem in clif_parse_LoadEndAck, so that deleted items do not show up as 'unknown item'. |