From f2af519d643f559e135046acab1c14e9326d579b Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Fri, 8 Aug 2025 13:22:45 +0900 Subject: update for 7.3 --- Malmstone/Addons/PvPMatchAddon.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Malmstone/Addons/PvPMatchAddon.cs') diff --git a/Malmstone/Addons/PvPMatchAddon.cs b/Malmstone/Addons/PvPMatchAddon.cs index 71e3b33..00f9399 100644 --- a/Malmstone/Addons/PvPMatchAddon.cs +++ b/Malmstone/Addons/PvPMatchAddon.cs @@ -127,7 +127,7 @@ namespace Malmstone.Addons { unsafe { - var FrontlineResultUnit = (AtkUnitBase*)addonInfo.Addon; + var FrontlineResultUnit = (AtkUnitBase*)addonInfo.Addon.Address; if (FrontlineResultUnit == null) return; var SeriesExpComponent = FrontlineResultUnit->GetComponentByNodeId(35); var SeriesExpTextNode = (AtkTextNode*)SeriesExpComponent->GetTextNodeById(2); -- cgit v1.2.3