summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
authorMichieru <Michieru@users.noreply.github.com>2014-08-10 17:30:55 +0200
committerMichieru <Michieru@users.noreply.github.com>2014-08-10 17:30:55 +0200
commitbd34793889e7d49e6650f831e036c0855b56b9fa (patch)
tree49eaeff3bd5ae7bc1d0ba0f5db04be545e2925a5 /src/map/clif.c
parent3089a7d2d2dc655fb955b90ec152c0ba569bd4e2 (diff)
downloadhercules-bd34793889e7d49e6650f831e036c0855b56b9fa.tar.gz
hercules-bd34793889e7d49e6650f831e036c0855b56b9fa.tar.bz2
hercules-bd34793889e7d49e6650f831e036c0855b56b9fa.tar.xz
hercules-bd34793889e7d49e6650f831e036c0855b56b9fa.zip
- Fix makes knockback default to the left
- Fix Back Sliding should not have animation
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index e6a677a6f..afc9fa314 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -1724,7 +1724,7 @@ void clif_changemapserver(struct map_session_data* sd, unsigned short map_index,
void clif_blown(struct block_list *bl)
{
//Aegis packets says fixpos, but it's unsure whether slide works better or not.
-// clif_fixpos(bl);
+ clif->fixpos(bl);
clif->slide(bl, bl->x, bl->y);
}