From 31f48e0190880f43003c9351707df169638c9413 Mon Sep 17 00:00:00 2001 From: malufett Date: Wed, 6 Mar 2013 01:37:37 +0800 Subject: Fixed Bug #7110 -where some skill causes the map server to crash Signed-off-by: malufett --- src/map/battle.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map') diff --git a/src/map/battle.c b/src/map/battle.c index 66b189788..2cb88b123 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -6192,6 +6192,7 @@ void battle_defaults(void) { battle->delay_damage = battle_delay_damage; battle->drain = battle_drain; battle->calc_return_damage = battle_calc_return_damage; + battle->calc_weapon_attack = battle_calc_weapon_attack; battle->attr_ratio = battle_attr_ratio; battle->attr_fix = battle_attr_fix; battle->calc_cardfix = battle_calc_cardfix; -- cgit v1.2.3-70-g09d2