diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-01-13 23:06:06 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-01-13 23:06:06 +0000 |
commit | b9de9046df71b8e8c0e44a1f8eba931262f7f8e7 (patch) | |
tree | 63cf7ec0f7a48f03b340fab3657ea4c2bb3dd8c2 /Changelog-Trunk.txt | |
parent | 057e290874b150055207082b16fd6fe733049391 (diff) | |
download | hercules-b9de9046df71b8e8c0e44a1f8eba931262f7f8e7.tar.gz hercules-b9de9046df71b8e8c0e44a1f8eba931262f7f8e7.tar.bz2 hercules-b9de9046df71b8e8c0e44a1f8eba931262f7f8e7.tar.xz hercules-b9de9046df71b8e8c0e44a1f8eba931262f7f8e7.zip |
- Fixed dangling pointer crashes when bleeding or Deadly poison kills a spawn-once monster.
- Fixed a possible ERS entry corruption when Deadly Poison kills a target that has kaziel active.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12069 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 150a192f8..68ed11988 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,12 @@ Date Added AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. + +2008/01/14 + * Fixed dangling pointer crashes when bleeding or Deadly poison kills a + spawn-once monster. + * Fixed a possible ERS entry corruption when Deadly Poison kills a target + that has kaziel active. 2008/01/13 * Fixed a possible ers_entry corruption if you die from bleeding while under the effects of kaizel. |