summaryrefslogtreecommitdiff
path: root/src/map/status.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-11-28 13:42:49 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-11-28 13:42:49 +0000
commit6a9d17e48f65570c8504e862cfeb8fe3822a59c8 (patch)
tree1f093166197f6bc810ff54dbff110772bda6338e /src/map/status.c
parent434c36b4267b2665780f1afbee2b7d7118bc3c01 (diff)
downloadhercules-6a9d17e48f65570c8504e862cfeb8fe3822a59c8.tar.gz
hercules-6a9d17e48f65570c8504e862cfeb8fe3822a59c8.tar.bz2
hercules-6a9d17e48f65570c8504e862cfeb8fe3822a59c8.tar.xz
hercules-6a9d17e48f65570c8504e862cfeb8fe3822a59c8.zip
- 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
Diffstat (limited to 'src/map/status.c')
-rw-r--r--src/map/status.c2
1 files changed, 1 insertions, 1 deletions
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: