diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-03-25 17:31:28 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-03-25 17:31:28 +0000 |
commit | 7df6d6df2e5a4073a1e6518330d7fabf3a363f70 (patch) | |
tree | 3ccaa2ef942951dcad725b63b4eb8e43a74c2665 /Changelog-Trunk.txt | |
parent | e3858c34c1a4ee83ad40c00c14ac34958f386c89 (diff) | |
download | hercules-7df6d6df2e5a4073a1e6518330d7fabf3a363f70.tar.gz hercules-7df6d6df2e5a4073a1e6518330d7fabf3a363f70.tar.bz2 hercules-7df6d6df2e5a4073a1e6518330d7fabf3a363f70.tar.xz hercules-7df6d6df2e5a4073a1e6518330d7fabf3a363f70.zip |
* Fixed battlegrounds chat packet 0x2dc (ZC_BATTLEFIELD_CHAT) being sent with the battleground id rather than the account id of the talking player (since r13593).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14760 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 54b82e12f..6be9bb996 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,5 +1,7 @@ Date Added +2011/03/25 + * Fixed battlegrounds chat packet 0x2dc (ZC_BATTLEFIELD_CHAT) being sent with the battleground id rather than the account id of the talking player (since r13593). [Ai4rei] 2011/03/22 * Documentation updates and fixes. [Ai4rei] - Added documentation for script commands 'bg_getareausers' and 'bg_get_data' (bugreport:3034). |