diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-06-11 16:08:44 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-06-11 16:08:44 +0000 |
commit | ffb32401ad12791bf79c051ef5ea1f3976608514 (patch) | |
tree | f35497c72797fe473f4da8fdfb80663246ccc6f8 /Changelog-Trunk.txt | |
parent | 2338a3bab2b1f22a1e298abf280ecf2a1534f743 (diff) | |
download | hercules-ffb32401ad12791bf79c051ef5ea1f3976608514.tar.gz hercules-ffb32401ad12791bf79c051ef5ea1f3976608514.tar.bz2 hercules-ffb32401ad12791bf79c051ef5ea1f3976608514.tar.xz hercules-ffb32401ad12791bf79c051ef5ea1f3976608514.zip |
* Fixed party invite packet 0xfe (ZC_REQ_JOIN_GROUP) using account id of the inviter rather than party id.
- Added support for new party invite packet 0x2c6 (ZC_PARTY_JOIN_REQ), introduction date guessed.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14844 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 753c19332..86c88b4b3 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,6 +1,9 @@ Date Added -2011/05/02 +2011/06/11 + * Fixed party invite packet 0xfe (ZC_REQ_JOIN_GROUP) using account id of the inviter rather than party id. [Ai4rei] + - Added support for new party invite packet 0x2c6 (ZC_PARTY_JOIN_REQ), introduction date guessed. +2011/06/02 * Fixed a crash in clif_parse_FriendsListAdd, when a player is added that is not online (bugreport:4947, since r14835). [Ai4rei] 2011/05/31 * Fixed a typo in buyingstore_create. [Inkfish] |