diff options
author | shennetsind <ind@henn.et> | 2013-04-25 12:47:49 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-04-25 12:47:49 -0300 |
commit | c4053ec5c3092896826a8678dbdfe277f9203ea7 (patch) | |
tree | a66190dfb62bf9ccb1a6221d709d5c1064f36253 /src/map | |
parent | 29007aacf3efba63fe88b80f59bfaa824cdc5709 (diff) | |
download | hercules-c4053ec5c3092896826a8678dbdfe277f9203ea7.tar.gz hercules-c4053ec5c3092896826a8678dbdfe277f9203ea7.tar.bz2 hercules-c4053ec5c3092896826a8678dbdfe277f9203ea7.tar.xz hercules-c4053ec5c3092896826a8678dbdfe277f9203ea7.zip |
Fixed Bug #7134
http://hercules.ws/board/tracker/issue-7134-tarot-skills/
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/status.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/status.c b/src/map/status.c index 8777c7d2f..4f5b9e39b 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -10687,6 +10687,8 @@ int status_change_clear_buffs (struct block_list* bl, int type) case SC_ABUNDANCE: case SC_CURSEDCIRCLE_ATKER: case SC_CURSEDCIRCLE_TARGET: + case SC_PUSH_CART: + case SC_ALL_RIDING: continue; //Debuffs that can be removed. |