|
@@ -12323,7 +12323,7 @@ int status_change_timer(int tid, unsigned int tick, int id, intptr_t data)
|
|
|
return 0;
|
|
|
case SC_MEIKYOUSISUI:
|
|
|
if( --(sce->val4) >= 0 ) {
|
|
|
- status_heal(bl, status->max_hp * sce->val2 / 100, sce->val3 / 100, 0);
|
|
|
+ status_heal(bl, status->max_hp * sce->val2 / 100, status->max_sp * sce->val3 / 100, 0);
|
|
|
sc_timer_next(1000 + tick, status_change_timer, bl->id, data);
|
|
|
return 0;
|
|
|
}
|