diff options
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/status.c b/src/map/status.c index c25231625..e8df69b3f 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -1236,8 +1236,8 @@ static unsigned short status_base_atk(struct block_list *bl, struct status_data case W_WHIP: case W_REVOLVER: case W_RIFLE: - case W_SHOTGUN: case W_GATLING: + case W_SHOTGUN: case W_GRENADE: flag = 1; } @@ -3852,8 +3852,8 @@ static short status_calc_aspd_rate(struct block_list *bl, struct status_change * case W_BOW: case W_REVOLVER: case W_RIFLE: - case W_SHOTGUN: case W_GATLING: + case W_SHOTGUN: case W_GRENADE: break; default: |