diff --git a/db/re/skill_db.yml b/db/re/skill_db.yml index 6b7333550f6..bfe81da772f 100644 --- a/db/re/skill_db.yml +++ b/db/re/skill_db.yml @@ -16684,6 +16684,7 @@ Body: Range: 11 Hit: Multi_Hit HitCount: -20 + Duration1: 100 Duration2: 18000 SplashArea: 9 Knockback: 2 diff --git a/src/map/status.cpp b/src/map/status.cpp index 93d64796843..e112d748111 100644 --- a/src/map/status.cpp +++ b/src/map/status.cpp @@ -3873,6 +3873,7 @@ int32 status_calc_pc_sub(map_session_data* sd, uint8 opt) sd->itemsphealrate.clear(); sd->itemgroupsphealrate.clear(); + sd->hp_loss.clear(); sd->sp_loss.clear(); sd->hp_regen.clear(); sd->sp_regen.clear();