From 6a9d17e48f65570c8504e862cfeb8fe3822a59c8 Mon Sep 17 00:00:00 2001 From: skotlex Date: Tue, 28 Nov 2006 13:42:49 +0000 Subject: - Modified the way Storm Gust freeze's counter works. Now it checks for the caster of the Storm Gust, if it's the same as the previous hit, the counter is increased, otherwise, the ID is updated and the counter is changed to 1. - Fixed always receiving at least 1 bexp/jexp even when the mob gives no exp at all. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9345 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/status.c') diff --git a/src/map/status.c b/src/map/status.c index adb35c32d..306273087 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -6134,7 +6134,7 @@ int status_change_end( struct block_list* bl , int type,int tid ) break; case SC_FREEZE: - sc->data[type].val3 = 0; //Clear Storm Gust hit count + sc->data[type].val2 = 0; //Clear ID of SG caster break; case SC_MARIONETTE: -- cgit v1.2.3-70-g09d2