diff options
Diffstat (limited to 'src/map/battle.h')
-rw-r--r-- | src/map/battle.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/battle.h b/src/map/battle.h index 4270b5b..9862df6 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -350,6 +350,10 @@ extern struct Battle_Config int sit_spam_ban; int sit_spam_warn; + int packet_spam_threshold; + int packet_spam_flood; + int packet_spam_kick; + int drop_pickup_safety_zone; // [Fate] Max. distance to an object dropped by a kill by self in which dropsteal protection works int itemheal_regeneration_factor; // [Fate] itemheal speed factor |