summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParadox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-08-19 22:02:22 +0000
committerParadox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-08-19 22:02:22 +0000
commitca0c181c058b0ecb4a7f67a68be3a5b69316aab6 (patch)
tree347f1871e93b9e97106746c8bb082a47221f17a2
parent2d39c63a22c131578a691b882c3f40a8192973dd (diff)
downloadhercules-ca0c181c058b0ecb4a7f67a68be3a5b69316aab6.tar.gz
hercules-ca0c181c058b0ecb4a7f67a68be3a5b69316aab6.tar.bz2
hercules-ca0c181c058b0ecb4a7f67a68be3a5b69316aab6.tar.xz
hercules-ca0c181c058b0ecb4a7f67a68be3a5b69316aab6.zip
Fixed small mistake in confs causing some confusion.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11048 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r--Changelog-Trunk.txt1
-rw-r--r--conf-tmpl/packet_athena.conf2
2 files changed, 2 insertions, 1 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 906c5a021..d3ec1a75d 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.
2007/08/19
+ * Fixed small mistake in confs causing some confusion [Paradox924X]
* Set proper limits to drop rates, prevents int overflow during calc
* Cleaned/clarified some #include relationships between headers
- TODO: pc_read_gm_account() still accessses the RFIFO directly!
diff --git a/conf-tmpl/packet_athena.conf b/conf-tmpl/packet_athena.conf
index b4c849d4e..76203bedb 100644
--- a/conf-tmpl/packet_athena.conf
+++ b/conf-tmpl/packet_athena.conf
@@ -45,7 +45,7 @@ order: deny,allow
ddos_interval: 3000
// Consecutive attempts trigger
-// (default is 10 attemps)
+// (default is 5 attemps)
ddos_count: 5
// The time interval after which the threat of DDoS is assumed to be gone. (msec)