summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-06-22 14:14:41 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-06-22 14:14:41 +0000
commit77e8fe5ff4dfcfb999904a610e66fb959f650658 (patch)
treebbff8e1cfc12d45b2318d2cc4a89a5a30f080d13 /Changelog-Trunk.txt
parent1db8c4a322c26f54801304014ea8b6d88fe3f14c (diff)
downloadhercules-77e8fe5ff4dfcfb999904a610e66fb959f650658.tar.gz
hercules-77e8fe5ff4dfcfb999904a610e66fb959f650658.tar.bz2
hercules-77e8fe5ff4dfcfb999904a610e66fb959f650658.tar.xz
hercules-77e8fe5ff4dfcfb999904a610e66fb959f650658.zip
- Corrected autoloot so that you can specify rate with decimal precision ("@autoloot 0.01" should work)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7294 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 d1e4fb23e..9da047964 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.
+2006/06/22
+ * Corrected autoloot so that you can specify rate with decimal precision
+ ("@autoloot 0.01" should work) [Skotlex]
2006/06/21
* [Removed]:
- Redundant mob name copying. (it's already copied in mob_parse_dataset) [Lance]