From 24e82f2cac83b6e8d777efe32e5c0b7993d22a02 Mon Sep 17 00:00:00 2001 From: csnv Date: Sat, 27 Dec 2014 05:10:32 +0100 Subject: Preliminary fix antimaya hack reporting wrong position. Bug report 8461: http://hercules.ws/board/tracker/issue-8461-attack-range-bug/ --- src/map/status.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/status.c') diff --git a/src/map/status.c b/src/map/status.c index d3fa25aaa..23deca6fa 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 -- cgit v1.2.3-60-g2f50