From db3f190727beff10b1c359ce4cd13e90668a5009 Mon Sep 17 00:00:00 2001 From: vietdungdev Date: Tue, 12 May 2026 14:37:46 +0700 Subject: [PATCH] =?UTF-8?q?update=20runeword=20Hysterial=20v=C3=A0=20Mania?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/memory/item.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/memory/item.go b/pkg/memory/item.go index 4a6aba2..838018a 100644 --- a/pkg/memory/item.go +++ b/pkg/memory/item.go @@ -378,7 +378,7 @@ func (gd *GameReader) Inventory(rawPlayerUnits RawPlayerUnits, hover data.HoverD if FasterRunWalk, found := itm.Stats.FindStat(stat.FasterRunWalk, 0); found && FasterRunWalk.Value == 65 { itm.RunewordName = item.RunewordHysteria } else if Fanaticism, found := itm.Stats.FindStat(stat.Aura, 122); found && Fanaticism.Value == 1 { - itm.RunewordName = item.RunewordHysteria + itm.RunewordName = item.RunewordMania } } }