summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-03-02 08:15:47 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-03-02 08:15:47 +0000
commitd7212378daff04fbc4c553b7d00402b014dcfad9 (patch)
tree1f80128f046978f1efb5ea8f0bcd966c92077aad /src/map/map.h
parentc9d2cea67128d714db85237ef2d062f07052c904 (diff)
downloadhercules-d7212378daff04fbc4c553b7d00402b014dcfad9.tar.gz
hercules-d7212378daff04fbc4c553b7d00402b014dcfad9.tar.bz2
hercules-d7212378daff04fbc4c553b7d00402b014dcfad9.tar.xz
hercules-d7212378daff04fbc4c553b7d00402b014dcfad9.zip
fixed Emotion flood (fix from Freya)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1198 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h
index dc95fa02b..c1d0670e7 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -200,6 +200,8 @@ struct map_session_data {
int followtimer; // [MouseJstr]
int followtarget;
+ time_t emotionlasttime; // to limit flood with emotion packets
+
short attackrange,attackrange_;
int skilltimer;
int skilltarget;