From c0f044c6e26cba36e145bca161b69410694df1b8 Mon Sep 17 00:00:00 2001 From: Atemo Date: Thu, 21 May 2026 12:36:30 +0200 Subject: [PATCH 1/2] Fixed bHPLossRate bug Corrected a mistake follow up https://github.com/rathena/rathena/commit/4bf77a9a00459de52753aa4a28f488e8e17f8267 Thanks to @kaninhot004 Fixed #10023 --- src/map/status.cpp | 1 + 1 file changed, 1 insertion(+) 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(); From b59092dfc6a4ab9bb5dd3aa633c257924be873a7 Mon Sep 17 00:00:00 2001 From: Atemo Date: Thu, 21 May 2026 12:37:23 +0200 Subject: [PATCH 2/2] Corrected NPC_COMET (#10025) Added duration1: 100 for NPC_COMET. Fixed #9587 Thanks to @shottakeisuke --- db/re/skill_db.yml | 1 + 1 file changed, 1 insertion(+) 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