diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-01-09 16:37:43 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-01-09 16:37:43 +0000 |
commit | 9513fe4afbef6e2d290df7075d84582fe3e3edff (patch) | |
tree | 7bcf3f78c1046841958c282047156cdbc8d72156 /Changelog-Trunk.txt | |
parent | 88d6a3c6c1c62e2742251bc9d6877182ba01aa5b (diff) | |
download | hercules-9513fe4afbef6e2d290df7075d84582fe3e3edff.tar.gz hercules-9513fe4afbef6e2d290df7075d84582fe3e3edff.tar.bz2 hercules-9513fe4afbef6e2d290df7075d84582fe3e3edff.tar.xz hercules-9513fe4afbef6e2d290df7075d84582fe3e3edff.zip |
* Fixed packet_len entry for packet 0x289 (ZC_PC_CASH_POINT_UPDATE) not matching the actual size used in clif_cashshop_ack (bugreport:4701, since r14639, follow up to r12264).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14660 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 c4d0382a2..51ec60c42 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,5 +1,7 @@ Date Added +2011/01/09 + * Fixed packet_len entry for packet 0x289 (ZC_PC_CASH_POINT_UPDATE) not matching the actual size used in clif_cashshop_ack (bugreport:4701, since r14639, follow up to r12264). [Ai4rei] 2011/01/08 * Fixed script command 'progressbar' resuming fails on second invocation, when there was no script pause between the first and second call (bugreport:4698, since r14024). [Ai4rei] * Fixed kill steal protection result in skill casting (unit_skilluse_id2) not getting evaluated (bugreport:1808, since r12203). [Ai4rei] |