summaryrefslogtreecommitdiff
path: root/src/map/battle.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/battle.c')
-rw-r--r--src/map/battle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/battle.c b/src/map/battle.c
index c0ba107e6..e1367cbc0 100644
--- a/src/map/battle.c
+++ b/src/map/battle.c
@@ -1068,7 +1068,7 @@ int battle_get_dmotion(struct block_list *bl)
else
return 2000;
- if((sc_data && sc_data[SC_ENDURE].timer!=-1) ||
+ if((sc_data && (sc_data[SC_ENDURE].timer!=-1 || sc_data[SC_BERSERK].timer!=-1)) ||
(bl->type == BL_PC && ((struct map_session_data *)bl)->special_state.infinite_endure))
ret=0;