diff options
Diffstat (limited to 'src/map/status.c')
-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 b1fd9df34..b862137f3 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -5134,8 +5134,7 @@ int status_change_start(struct block_list* bl,enum sc_type type,int rate,int val return 1; break; case SC_KAAHI: - if(sce->val1 > val1) - return 1; + //Kaahi overwrites previous level regardless of existing level. //Delete timer if it exists. if (sce->val4 != -1) { delete_timer(sce->val4,kaahi_heal_timer); |