diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-06-11 18:23:06 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-06-11 18:23:06 +0000 |
commit | b44f822aa57e0e4b63cfae8e515eeb3e576677fe (patch) | |
tree | ff193b75d15a8aa7a802b97c43e5d076719607f9 /Changelog-Trunk.txt | |
parent | ffb32401ad12791bf79c051ef5ea1f3976608514 (diff) | |
download | hercules-b44f822aa57e0e4b63cfae8e515eeb3e576677fe.tar.gz hercules-b44f822aa57e0e4b63cfae8e515eeb3e576677fe.tar.bz2 hercules-b44f822aa57e0e4b63cfae8e515eeb3e576677fe.tar.xz hercules-b44f822aa57e0e4b63cfae8e515eeb3e576677fe.zip |
* Added support for new skill usage notification packet 0x7fb (ZC_USESKILL_ACK2).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14845 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 86c88b4b3..5a0f68755 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,6 +1,7 @@ Date Added 2011/06/11 + * Added support for new skill usage notification packet 0x7fb (ZC_USESKILL_ACK2). [Ai4rei] * 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 |