diff options
author | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-06-08 12:30:42 +0000 |
---|---|---|
committer | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-06-08 12:30:42 +0000 |
commit | efecaa7b0fb55f1a6df8f1463029c1603500d3ae (patch) | |
tree | 3bb97704f43cc7dbbe3be4822804b94530a234da /src/map/battle.h | |
parent | 8ce74b86162ebd3053996cc1ea5d949e339494fa (diff) | |
download | hercules-efecaa7b0fb55f1a6df8f1463029c1603500d3ae.tar.gz hercules-efecaa7b0fb55f1a6df8f1463029c1603500d3ae.tar.bz2 hercules-efecaa7b0fb55f1a6df8f1463029c1603500d3ae.tar.xz hercules-efecaa7b0fb55f1a6df8f1463029c1603500d3ae.zip |
* Added a configuration for whether damage of EarthQuake with single target can be reflected.
* Fixed Wizard Spirit can block reflected magical damage other than Kaite's.(bugreport:3161)
* Fixed Kaite works against bosses.(follow up to r13857)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13860 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/battle.h')
-rw-r--r-- | src/map/battle.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/battle.h b/src/map/battle.h index b09041ef4..c559c0ba5 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -465,6 +465,8 @@ extern struct Battle_Config 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] int skill_add_heal_rate; //skills that bHealPower has effect on [Inkfish] + int eq_single_target_reflectable; + // [BattleGround Settings] int bg_update_interval; int bg_short_damage_rate; |