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/Utils/UIChanger.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Malmstone/Utils/UIChanger.cs') diff --git a/Malmstone/Utils/UIChanger.cs b/Malmstone/Utils/UIChanger.cs index d764a83..ca26d69 100644 --- a/Malmstone/Utils/UIChanger.cs +++ b/Malmstone/Utils/UIChanger.cs @@ -17,7 +17,7 @@ public class UIChanger { unsafe { - var PvpRewardWindow = (AtkUnitBase*)addonInfo.Addon; + var PvpRewardWindow = (AtkUnitBase*)addonInfo.Addon.Address; var SeriesLevelTextNode = PvpRewardWindow->GetTextNodeById(16); PvPSeriesInfo? PvPSeriesInfo = Plugin.PvPService.GetPvPSeriesInfo(); if (SeriesLevelTextNode != null && PvPSeriesInfo != null) @@ -33,7 +33,7 @@ public class UIChanger { unsafe { - var PvpProfileWindow = (AtkUnitBase*)addonInfo.Addon; + var PvpProfileWindow = (AtkUnitBase*)addonInfo.Addon.Address; var SeriesLevelTextNode = PvpProfileWindow->GetTextNodeById(24); PvPSeriesInfo? PvPSeriesInfo = Plugin.PvPService.GetPvPSeriesInfo(); if (PvPSeriesInfo == null) -- cgit v1.2.3