diff options
-rw-r--r-- | src/map/status.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/map/status.c b/src/map/status.c index 7dba0c9f9..fb74df36c 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -11427,11 +11427,10 @@ void status_get_matk_sub( struct block_list *bl, int flag, unsigned short *matk_ #ifdef RENEWAL if( sd && sd->right_weapon.overrefine > 0 ) { - *matk_min++; + (*matk_min)++; *matk_max += sd->right_weapon.overrefine - 1; } #endif - return; } |