diff options
Diffstat (limited to 'src/map/battle.c')
-rw-r--r-- | src/map/battle.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/battle.c b/src/map/battle.c index 576c88f78..95756c2f7 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -1241,8 +1241,9 @@ static struct Damage battle_calc_weapon_attack(struct block_list *src,struct blo //Since these do not consume ammo, they need to be explicitly set as arrow attacks. flag.arrow = 1; break; - +#if isOFF(REMODE) case CR_SHIELDBOOMERANG: +#endif case PA_SHIELDCHAIN: case LG_SHIELDPRESS: case LG_EARTHDRIVE: |