فهرست منبع

Fixed small mistake in confs causing some confusion.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11048 54d463be-8e91-2dee-dedb-b68131a5f0ec
Paradox924X 18 سال پیش
والد
کامیت
811aee08fc
2فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 1 0
      Changelog-Trunk.txt
  2. 1 1
      conf-tmpl/packet_athena.conf

+ 1 - 0
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!

+ 1 - 1
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)