diff options
author | malufett <malufett.eat.my.binaries@gmail.com> | 2013-03-06 01:37:37 +0800 |
---|---|---|
committer | malufett <malufett.eat.my.binaries@gmail.com> | 2013-03-06 01:37:37 +0800 |
commit | 31f48e0190880f43003c9351707df169638c9413 (patch) | |
tree | e42f90a2afd8e97c768eb3c3ceb5b880937e919b /src/map/battle.c | |
parent | bafe9ad2288bd919adcb25bf31d359f05856f2a3 (diff) | |
download | hercules-31f48e0190880f43003c9351707df169638c9413.tar.gz hercules-31f48e0190880f43003c9351707df169638c9413.tar.bz2 hercules-31f48e0190880f43003c9351707df169638c9413.tar.xz hercules-31f48e0190880f43003c9351707df169638c9413.zip |
Fixed Bug #7110
-where some skill causes the map server to crash
Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
Diffstat (limited to 'src/map/battle.c')
-rw-r--r-- | src/map/battle.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |