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/mob.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/mob.c')
-rw-r--r-- | src/map/mob.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/mob.c b/src/map/mob.c index 4ed69ad01..2d94d78e3 100644 --- a/src/map/mob.c +++ b/src/map/mob.c @@ -2064,7 +2064,7 @@ void mob_damage(struct mob_data *md, struct block_list *src, int damage) { if (battle_config.show_mob_info&3) clif->charnameack (0, &md->bl); - + #if PACKETVER >= 20131223 // Resend ZC_NOTIFY_MOVEENTRY to Update the HP if (battle_config.show_monster_hp_bar) |