summaryrefslogtreecommitdiff
path: root/src/map/status.c
diff options
context:
space:
mode:
authorHaruna <haru@dotalux.com>2014-12-28 00:20:17 +0100
committerHaruna <haru@dotalux.com>2014-12-28 00:20:17 +0100
commitd0d09ad3afb792f1363ac9f24086c99d6e67b94a (patch)
tree70d0b3a70d0b858f140170127df112152148e819 /src/map/status.c
parent990c25267aeefe4d792bf941a366a6603afcb42b (diff)
parent24e82f2cac83b6e8d777efe32e5c0b7993d22a02 (diff)
downloadhercules-d0d09ad3afb792f1363ac9f24086c99d6e67b94a.tar.gz
hercules-d0d09ad3afb792f1363ac9f24086c99d6e67b94a.tar.bz2
hercules-d0d09ad3afb792f1363ac9f24086c99d6e67b94a.tar.xz
hercules-d0d09ad3afb792f1363ac9f24086c99d6e67b94a.zip
Merge pull request #427 from csnv/skillswork
PR_KYRIE Visual fix, EDP corrections. Preliminary fix Maya Purple Hack update position.
Diffstat (limited to 'src/map/status.c')
-rw-r--r--src/map/status.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/status.c b/src/map/status.c
index 36661f683..92c4ad3e0 100644
--- a/src/map/status.c
+++ b/src/map/status.c
@@ -10439,6 +10439,7 @@ int status_change_end_(struct block_list* bl, enum sc_type type, int tid, const
#ifdef ANTI_MAYAP_CHEAT
if (invisible && !(sc->option&(OPTION_HIDE|OPTION_CLOAK|OPTION_INVISIBLE))) {
+ clif->slide(bl, bl->x, bl->y);
clif->fixpos(bl);
}
#endif