diff options
Diffstat (limited to 'src/map/skill.c')
-rw-r--r-- | src/map/skill.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/skill.c b/src/map/skill.c index 8e2e44883..0ed6f7780 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -2629,8 +2629,8 @@ int skill_attack(int attack_type, struct block_list* src, struct block_list *dsr case WL_CRIMSONROCK: dir = map->calc_dir(bl,skill->area_temp[4],skill->area_temp[5]); break; - case MC_CARTREVOLUTION:
- dir = 6; // Official servers push target to the West
+ case MC_CARTREVOLUTION: + dir = 6; // Official servers push target to the West break; } |