summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorMasterOfMuppets <MasterOfMuppets@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-06-02 18:51:08 +0000
committerMasterOfMuppets <MasterOfMuppets@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-06-02 18:51:08 +0000
commit9a20d2e2a837f0ccd53161b5eadf7192a4ba099b (patch)
treea27c77c211f894912ab6926c01a70cc15c063cc9 /Changelog-Trunk.txt
parent42c15ccde5ce27e721243afe43e3784f35c63695 (diff)
downloadhercules-9a20d2e2a837f0ccd53161b5eadf7192a4ba099b.tar.gz
hercules-9a20d2e2a837f0ccd53161b5eadf7192a4ba099b.tar.bz2
hercules-9a20d2e2a837f0ccd53161b5eadf7192a4ba099b.tar.xz
hercules-9a20d2e2a837f0ccd53161b5eadf7192a4ba099b.zip
Changed the interval between waterballs from 150 to 250 milliseconds.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6944 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 139e095b7..fc76db8b3 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,7 @@ 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/06/02
+ * Changed the interval between waterballs from 150 to 250 milliseconds [MasterOfMuppets]
* Corrected clif_parse_takeitem to ALWAYS return a NAK packet when it
fails. Fixes cases where the client gets "stuck" and refuses to let you
pick any items. [Skotlex]