summaryrefslogtreecommitdiff
path: root/src/map/battle.h
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-07-27 23:52:18 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-07-27 23:52:18 +0000
commite929a6637d97216fa3b9066765a1d4da04707b6a (patch)
tree7b3aebd89c21f10c51f952351dc71562f08aef4e /src/map/battle.h
parent4adb9de072ca4dfe82b735325635f1433bf24ce0 (diff)
downloadhercules-e929a6637d97216fa3b9066765a1d4da04707b6a.tar.gz
hercules-e929a6637d97216fa3b9066765a1d4da04707b6a.tar.bz2
hercules-e929a6637d97216fa3b9066765a1d4da04707b6a.tar.xz
hercules-e929a6637d97216fa3b9066765a1d4da04707b6a.zip
- Added config setting party_update_interval so you can specify how often the party-mate minidots should be updated (defaults to 1 sec).
- Removed a bunch of broken comments in skill.c git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7929 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 259ae26e1..641bf9927 100644
--- a/src/map/battle.h
+++ b/src/map/battle.h
@@ -372,6 +372,7 @@ extern struct Battle_Config {
unsigned short no_skill_delay;
unsigned short require_glory_guild;
unsigned short idle_no_share;
+ unsigned short party_update_interval;
unsigned short party_even_share_bonus;
unsigned short delay_battle_damage;
unsigned short hide_woe_damage;