diff options
author | shennetsind <ind@henn.et> | 2013-01-28 17:37:22 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-01-28 17:37:22 -0200 |
commit | 9f75e121fd20aaa20e337c8664ba9a57fe90fe21 (patch) | |
tree | e9ab1c0a067165a785e2db5f67ef8b46273cb031 /src/map/status.c | |
parent | c1e85710adac6f38eacd5b27b2236415abcfc237 (diff) | |
download | hercules-9f75e121fd20aaa20e337c8664ba9a57fe90fe21.tar.gz hercules-9f75e121fd20aaa20e337c8664ba9a57fe90fe21.tar.bz2 hercules-9f75e121fd20aaa20e337c8664ba9a57fe90fe21.tar.xz hercules-9f75e121fd20aaa20e337c8664ba9a57fe90fe21.zip |
Fixed Bug #4832
Fixed Ankle Snare to behave as in official servers, you only stop walking when you reach your destination and activates all other traps in the path.
http://hercules.ws/board/tracker/issue-4832-hunter-ht-anklesnare-serious-bug/
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/status.c b/src/map/status.c index e615d5595..8167e9949 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -997,7 +997,6 @@ 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; @@ -8632,7 +8631,6 @@ int status_change_start(struct block_list* bl,enum sc_type type,int rate,int val case SC_CONFUSION: case SC_CLOSECONFINE: case SC_CLOSECONFINE2: - case SC_ANKLE: case SC_SPIDERWEB: case SC_ELECTRICSHOCKER: case SC_BITE: |