diff options
author | Haru <haru@dotalux.com> | 2016-01-12 17:12:53 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-01-12 17:32:17 +0100 |
commit | 77ebd051325e8609da224295d788a1d473521d3a (patch) | |
tree | d6a9afa8272efd4489b1e554a2662f1bc0d4cb5c /src/map/skill.c | |
parent | ed05ed85c0bc44980168f730d02dfd379a2bfda9 (diff) | |
download | hercules-77ebd051325e8609da224295d788a1d473521d3a.tar.gz hercules-77ebd051325e8609da224295d788a1d473521d3a.tar.bz2 hercules-77ebd051325e8609da224295d788a1d473521d3a.tar.xz hercules-77ebd051325e8609da224295d788a1d473521d3a.zip |
Whitespace cleanup (removed alignment tabs or trailing whitespace at line end)
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/map/skill.c')
-rw-r--r-- | src/map/skill.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/map/skill.c b/src/map/skill.c index d9ced959a..a14f7a6c5 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -4374,7 +4374,7 @@ int skill_castend_damage_id(struct block_list* src, struct block_list *bl, uint1 clif->slide(src, x, y); clif->fixpos(src); // the official server send these two packets. skill->attack(BF_WEAPON, src, src, bl, skill_id, skill_lv, tick, flag); - if ( rnd() % 100 < 4 * skill_lv && skill_id == GC_DARKILLUSION ) + if (rnd() % 100 < 4 * skill_lv && skill_id == GC_DARKILLUSION) skill->castend_damage_id(src, bl, GC_CROSSIMPACT, skill_lv, tick, flag); } } @@ -14843,7 +14843,7 @@ int skill_vfcastfix(struct block_list *bl, double time, uint16 skill_id, uint16 } if (sc->data[SC_MYSTICSCROLL]) VARCAST_REDUCTION(sc->data[SC_MYSTICSCROLL]->val1); - + // Fixed cast reduction bonuses if( sc->data[SC__LAZINESS] ) fixcast_r = max(fixcast_r, sc->data[SC__LAZINESS]->val2); @@ -18083,7 +18083,7 @@ int skill_blockpc_start_(struct map_session_data *sd, uint16 skill_id, int tick) return 0; else { int cursor; - /** somehow, the timer vanished. (bugreport:8367) **/ + /* somehow, the timer vanished. (bugreport:8367) */ ers_free(skill->cd_entry_ers, cd->entry[i]); cd->entry[i] = NULL; |