diff options
author | csnv <ctt@csnv.es> | 2014-12-27 05:10:32 +0100 |
---|---|---|
committer | csnv <ctt@csnv.es> | 2014-12-27 05:10:32 +0100 |
commit | 24e82f2cac83b6e8d777efe32e5c0b7993d22a02 (patch) | |
tree | 577a83fc18e6cf333c13814b34cf0b164c8ab6ad | |
parent | 2ee1f3292ec7d7fe212bbac6bcab3ca88aae758e (diff) | |
download | hercules-24e82f2cac83b6e8d777efe32e5c0b7993d22a02.tar.gz hercules-24e82f2cac83b6e8d777efe32e5c0b7993d22a02.tar.bz2 hercules-24e82f2cac83b6e8d777efe32e5c0b7993d22a02.tar.xz hercules-24e82f2cac83b6e8d777efe32e5c0b7993d22a02.zip |
Preliminary fix antimaya hack reporting wrong position. Bug report 8461: http://hercules.ws/board/tracker/issue-8461-attack-range-bug/
-rw-r--r-- | src/map/status.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |