From 120827a91283d60699824e9b1c56dd85c4747125 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Wed, 15 May 2013 17:17:11 -0300 Subject: Fixed Bug #7242 http://hercules.ws/board/tracker/issue-7242-monster-status-loop-issue-status-freeze/ Thanks to malufett! Signed-off-by: shennetsind --- src/map/status.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/map/status.c') diff --git a/src/map/status.c b/src/map/status.c index 9fbfe26fe..7231013b3 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -9087,7 +9087,10 @@ int status_change_clear(struct block_list* bl, int type) { sc->opt1 = 0; sc->opt2 = 0; sc->opt3 = 0; - + sc->bs_counter = 0; +#ifndef RENEWAL + sc->sg_counter = 0; +#endif if( type == 0 || type == 2 ) clif->changeoption(bl); -- cgit v1.2.3-70-g09d2