summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-07-12 14:44:02 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-07-12 14:44:02 +0000
commit801d77413950958dc17b209437242d9b7c96ee72 (patch)
treef557fa788537f1db9a0eaeb291241c453026b03a /Changelog-Trunk.txt
parentef4c97fcbdd1ed0ddac2a9b8e8d2a10ed0120fe1 (diff)
downloadhercules-801d77413950958dc17b209437242d9b7c96ee72.tar.gz
hercules-801d77413950958dc17b209437242d9b7c96ee72.tar.bz2
hercules-801d77413950958dc17b209437242d9b7c96ee72.tar.xz
hercules-801d77413950958dc17b209437242d9b7c96ee72.zip
- status_damage will no longer fail when the target is not on a map AND the flag is 2 (charge rather than damage). Fixes SP-draining status changes ending suddenly when in-between maps.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7635 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 b2dd8b931..53cff79e2 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,9 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2006/07/12
+ * status_damage will no longer fail when the target is not on a map AND the
+ flag is 2 (charge rather than damage). Fixes SP-draining status changes
+ ending suddenly when in-between maps. [Skotlex]
* Fixed the IP value being apparently incorrectly casted before inserting
into the loginlog table on "connect success" events. [Skotlex]
* Fixed Cart Termination's damage. [Skotlex]