diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-11-19 09:49:31 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-11-19 09:49:31 +0000 |
commit | f5bc81ba1313166f2e6a83a0cb2a15f9b302893b (patch) | |
tree | ca0207920df2395023440099263a10026f560fff /Changelog-Trunk.txt | |
parent | 8e750ae86849ddf3e4ce866c0b440135e9b9b43f (diff) | |
download | hercules-f5bc81ba1313166f2e6a83a0cb2a15f9b302893b.tar.gz hercules-f5bc81ba1313166f2e6a83a0cb2a15f9b302893b.tar.bz2 hercules-f5bc81ba1313166f2e6a83a0cb2a15f9b302893b.tar.xz hercules-f5bc81ba1313166f2e6a83a0cb2a15f9b302893b.zip |
* Fixed wrong damage numbers being displayed when the damage source was disguised (bugreport:5093, since r14979).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14996 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 737b65acd..04715b6b6 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,5 +1,7 @@ Date Added +2011/11/19 + * Fixed wrong damage numbers being displayed when the damage source was disguised (bugreport:5093, since r14979). [Ai4rei] 2011/11/17 * Added a check to WFIFOSET to detect zero-length 'sets' of packets, that could cause memory corruption (through code after WFIFOHEAD(fd,packet_len(cmd)) where the length is 0). [Ai4rei] 2011/11/16 |