summaryrefslogtreecommitdiff
path: root/src/map/battle.c
diff options
context:
space:
mode:
authorInkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-06-08 12:30:42 +0000
committerInkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-06-08 12:30:42 +0000
commitefecaa7b0fb55f1a6df8f1463029c1603500d3ae (patch)
tree3bb97704f43cc7dbbe3be4822804b94530a234da /src/map/battle.c
parent8ce74b86162ebd3053996cc1ea5d949e339494fa (diff)
downloadhercules-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.c')
-rw-r--r--src/map/battle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/battle.c b/src/map/battle.c
index 17f12741b..d55c53bba 100644
--- a/src/map/battle.c
+++ b/src/map/battle.c
@@ -3822,6 +3822,7 @@ static const struct _battle_data {
{ "homunculus_auto_vapor", &battle_config.homunculus_auto_vapor, 0, 0, 1, },
{ "display_status_timers", &battle_config.display_status_timers, 1, 0, 1, },
{ "skill_add_heal_rate", &battle_config.skill_add_heal_rate, 7, 0, INT_MAX, },
+ { "eq_single_target_reflectable", &battle_config.eq_single_target_reflectable, 1, 0, 1, },
// BattleGround Settings
{ "bg_update_interval", &battle_config.bg_update_interval, 1000, 100, INT_MAX, },
{ "bg_short_attack_damage_rate", &battle_config.bg_short_damage_rate, 80, 0, INT_MAX, },