diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-30 19:28:41 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-30 19:28:41 +0000 |
commit | c8391c9c07abd235b2d40d8cfec39d62827706a7 (patch) | |
tree | d28df1f57382478a6b28f6a60f1f63bb44c44171 /src/map/map.h | |
parent | de96c0071f2e9a2c0a97dca96a34620b9ca0473b (diff) | |
download | hercules-c8391c9c07abd235b2d40d8cfec39d62827706a7.tar.gz hercules-c8391c9c07abd235b2d40d8cfec39d62827706a7.tar.bz2 hercules-c8391c9c07abd235b2d40d8cfec39d62827706a7.tar.xz hercules-c8391c9c07abd235b2d40d8cfec39d62827706a7.zip |
- Fixed Absorb Spirit Spheres
- Added battle_config min_chat_delay (default 0) specifies in ms what is the min delay between player sent chats (whisper/global/party/guild). Messages that exceed this threshold are silently ignored for now (perhaps need to add a "DON'T SPAM" reply to the player?)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6859 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h index 5e986fa01..7beb0bb4a 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -612,6 +612,7 @@ struct map_session_data { unsigned int canlog_tick;
unsigned int canregen_tick;
unsigned int canuseitem_tick; // [Skotlex]
+ unsigned int cantalk_tick;
int hp_sub,sp_sub;
int inchealhptick,inchealsptick,inchealspirithptick,inchealspiritsptick;
|