summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-03-06 16:48:24 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-03-06 16:48:24 +0000
commitb888e5435fdf4b3a7d32c050bdbd166f1c0d458b (patch)
tree93cdcc7daa48b5d8bfcd2314d9bd268416db01b7 /Changelog-Trunk.txt
parent5d165f4de4834768382208b610d0cafc99657f5d (diff)
downloadhercules-b888e5435fdf4b3a7d32c050bdbd166f1c0d458b.tar.gz
hercules-b888e5435fdf4b3a7d32c050bdbd166f1c0d458b.tar.bz2
hercules-b888e5435fdf4b3a7d32c050bdbd166f1c0d458b.tar.xz
hercules-b888e5435fdf4b3a7d32c050bdbd166f1c0d458b.zip
Fixed a crash when a homun kills a mvp and the char that did the most damage is unable to carry the mvp reward (bugreport:1114)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12308 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 6c9801f50..08dc6789c 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,6 +3,9 @@ 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/03/06
+ * Fixed a crash when a homun kills a mvp and the char that did
+ the most damage is unable to carry the mvp reward (bugreport:1114)
2008/03/05
* Added code to clear the Illusionary Shadow effect (followup to r12293)
* Added some trim() calls into mapflag code (followup to r12238)