diff options
author | shennetsind <ind@henn.et> | 2014-03-16 14:01:48 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2014-03-16 14:01:48 -0300 |
commit | 502f2510a29d3b32cd601c775817bd9e98c7fc0d (patch) | |
tree | 6cb706e66e86c7ef3bbec5f2ce465c2fac2a9902 /src/map | |
parent | 2656f7f4026708f210c6ce7c39f5fc6831597982 (diff) | |
download | hercules-502f2510a29d3b32cd601c775817bd9e98c7fc0d.tar.gz hercules-502f2510a29d3b32cd601c775817bd9e98c7fc0d.tar.bz2 hercules-502f2510a29d3b32cd601c775817bd9e98c7fc0d.tar.xz hercules-502f2510a29d3b32cd601c775817bd9e98c7fc0d.zip |
Follow up 4fe6f657e682b9c722b15346f31ec3fe0298b9d9
Yahoo I screwed up. re-adding the tick = -1 I removed in the aforementioned commit.
Super-mega thanks to EPuncker!
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map')
-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 09f7f4303..5c0dad8cb 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -7881,6 +7881,7 @@ int status_change_start(struct block_list *src, struct block_list *bl, enum sc_t case SC_TURNKICK_READY: case SC_DODGE_READY: case SC_PUSH_CART: + tick = -1; break; case SC_AUTOGUARD: |