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 } } }