diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2014-03-23 00:34:07 +0100 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2014-03-23 00:34:07 +0100 |
commit | 4f4e846b91a5b69f4a03339cc8991310ed9fe04e (patch) | |
tree | 1e00a0f2253ad0aad00c91fbfdb277fe296e7f4b /src/map/skill.c | |
parent | a830f934d0e60a63f6491a0ccc6e98341d12af36 (diff) | |
download | hercules-4f4e846b91a5b69f4a03339cc8991310ed9fe04e.tar.gz hercules-4f4e846b91a5b69f4a03339cc8991310ed9fe04e.tar.bz2 hercules-4f4e846b91a5b69f4a03339cc8991310ed9fe04e.tar.xz hercules-4f4e846b91a5b69f4a03339cc8991310ed9fe04e.zip |
HPM Hooks Update
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
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; } |