summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
authorepoque11 <epoque11@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-14 14:07:25 +0000
committerepoque11 <epoque11@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-14 14:07:25 +0000
commitc0d762eba9f73c6eb239cd100e32270e44b5fb2d (patch)
tree9610818c0afa7da908fc89b86f9946760603d3d2 /src/map/pc.h
parentcbe6d3dd387bd86beb1c521e686a1f8b8c52c5c3 (diff)
downloadhercules-c0d762eba9f73c6eb239cd100e32270e44b5fb2d.tar.gz
hercules-c0d762eba9f73c6eb239cd100e32270e44b5fb2d.tar.bz2
hercules-c0d762eba9f73c6eb239cd100e32270e44b5fb2d.tar.xz
hercules-c0d762eba9f73c6eb239cd100e32270e44b5fb2d.zip
- Added new check conditions to prevent abuse from no-delay .act files (bugreport:4249)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15105 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/pc.h')
-rw-r--r--src/map/pc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/pc.h b/src/map/pc.h
index 39e38bc34..af749534d 100644
--- a/src/map/pc.h
+++ b/src/map/pc.h
@@ -208,6 +208,7 @@ struct map_session_data {
unsigned int canusecashfood_tick;
unsigned int canequip_tick; // [Inkfish]
unsigned int cantalk_tick;
+ unsigned int canskill_tick; // used to prevent abuse from no-delay ACT files
unsigned int cansendmail_tick; // [Mail System Flood Protection]
unsigned int ks_floodprotect_tick; // [Kill Steal Protection]