summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorInkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-05-07 10:38:00 +0000
committerInkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-05-07 10:38:00 +0000
commita609245253626fd1d8112d4b05959471723b7d8f (patch)
treefc9ec0ed252398bc3b2276626891275d63ee9adb /Changelog-Trunk.txt
parent236e19c49cbcbff7cde02e4ffeb1ee524d13ea07 (diff)
downloadhercules-a609245253626fd1d8112d4b05959471723b7d8f.tar.gz
hercules-a609245253626fd1d8112d4b05959471723b7d8f.tar.bz2
hercules-a609245253626fd1d8112d4b05959471723b7d8f.tar.xz
hercules-a609245253626fd1d8112d4b05959471723b7d8f.zip
* Added check on stackable items to 'checkweight' (bugreport:1569, bugreport:2756, bugreport 2994) [Inkfish]
* Fixed flee penalty wasn't applied for battleground and wouldn't be restored on map change [Inkfish] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13735 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 0d9491339..dacb7f899 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,8 @@ 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.
2009/05/07
+ * Added check on stackable items to 'checkweight' (bugreport:1569, bugreport:2756, bugreport 2994) [Inkfish]
+ * Fixed flee penalty wasn't applied for battleground and wouldn't be restored on map change [Inkfish]
* Fixed players can pull water from ME cell (follow up to r13730) [Inkfish]
2009/05/04
* Added the md5() script command. [brianluau]