summaryrefslogtreecommitdiff
path: root/src/map/battle.h
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-07-06 14:33:43 -0600
committerJared Adams <jaxad0127@gmail.com>2009-07-06 14:33:43 -0600
commit03b5e644857f80a23bd8b856b78a10cf0a564a66 (patch)
tree1f557d75211e3408cbac740b95258e5a3f92f35d /src/map/battle.h
parent2855e018b8e177878ca0d83c61e4442ddf3e505c (diff)
downloadtmwa-03b5e644857f80a23bd8b856b78a10cf0a564a66.tar.gz
tmwa-03b5e644857f80a23bd8b856b78a10cf0a564a66.tar.bz2
tmwa-03b5e644857f80a23bd8b856b78a10cf0a564a66.tar.xz
tmwa-03b5e644857f80a23bd8b856b78a10cf0a564a66.zip
Add a new trade spam system
Diffstat (limited to 'src/map/battle.h')
-rw-r--r--src/map/battle.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/map/battle.h b/src/map/battle.h
index 3c46586..cdce770 100644
--- a/src/map/battle.h
+++ b/src/map/battle.h
@@ -318,6 +318,11 @@ extern struct Battle_Config {
int chat_spam_ban;
int chat_spam_warn;
int chat_maxline;
+
+ int trade_spam_threshold;
+ int trade_spam_flood;
+ int trade_spam_ban;
+ int trade_spam_warn;
int drop_pickup_safety_zone; // [Fate] Max. distance to an object dropped by a kill by self in which dropsteal protection works