diff options
author | malufett <malufett.eat.my.binaries@gmail.com> | 2013-02-21 21:27:35 +0800 |
---|---|---|
committer | malufett <malufett.eat.my.binaries@gmail.com> | 2013-02-21 21:27:35 +0800 |
commit | 064dad8c094d9c694a73a0110189932c9ab4f257 (patch) | |
tree | ce9c6d96c0de5963a38964c713c5c8f77a92b897 /src/map/status.c | |
parent | 625981b877c90a69b1ae644013edcd59f9143e9c (diff) | |
download | hercules-064dad8c094d9c694a73a0110189932c9ab4f257.tar.gz hercules-064dad8c094d9c694a73a0110189932c9ab4f257.tar.bz2 hercules-064dad8c094d9c694a73a0110189932c9ab4f257.tar.xz hercules-064dad8c094d9c694a73a0110189932c9ab4f257.zip |
Fixed Bug #7066 and Follow up Bug #4832
-Where KG and OB can hit there Zanzoe.
-Ankle Snare should now work properly in GvG.
Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
Diffstat (limited to 'src/map/status.c')
-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 edac88af0..d61503a0e 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -998,6 +998,7 @@ void initChangeTables(void) { StatusIconChangeTable[SC_HALLUCINATION] = SI_BLANK; /* StatusChangeState (SCS_) NOMOVE */ + StatusChangeStateTable[SC_ANKLE] |= SCS_NOMOVE; StatusChangeStateTable[SC_AUTOCOUNTER] |= SCS_NOMOVE; StatusChangeStateTable[SC_TRICKDEAD] |= SCS_NOMOVE; StatusChangeStateTable[SC_BLADESTOP] |= SCS_NOMOVE; |