summaryrefslogtreecommitdiff
path: root/src/map/battle.h
diff options
context:
space:
mode:
authorSara <Sara@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-03-24 01:56:16 +0000
committerSara <Sara@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-03-24 01:56:16 +0000
commit35d7b2c7661bad6596a48c81f24a044a91fa346b (patch)
treeba243d910a1aeda54169e536f73e66c7785c542e /src/map/battle.h
parent227a195447ddca43b40555952552c6bfc1381c2e (diff)
downloadhercules-35d7b2c7661bad6596a48c81f24a044a91fa346b.tar.gz
hercules-35d7b2c7661bad6596a48c81f24a044a91fa346b.tar.bz2
hercules-35d7b2c7661bad6596a48c81f24a044a91fa346b.tar.xz
hercules-35d7b2c7661bad6596a48c81f24a044a91fa346b.zip
* Added support for new status change packet, uses new setting display_status_timers in client.conf.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13613 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/battle.h')
-rw-r--r--src/map/battle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/battle.h b/src/map/battle.h
index 13d17cbb4..21c68b50b 100644
--- a/src/map/battle.h
+++ b/src/map/battle.h
@@ -461,6 +461,7 @@ extern struct Battle_Config
int auction_maximumprice;
int gm_viewequip_min_lv;
int homunculus_auto_vapor; //Keep Homunculus from Vaporizing when master dies. [L0ne_W0lf]
+ int display_status_timers; //Show or hide skill buff/delay timers in recent clients [Sara]
// [BattleGround Settings]
int bg_update_interval;
int bg_guild_id1;