Skip to content

Commit 04fe5ce

Browse files
author
LocalIdentity
committed
Fix Legacy of Gold mods not increasing Item Rarity value
The mod was using the wrong mod name so it wasn't working
1 parent 7d1aa43 commit 04fe5ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Modules/CalcPerform.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ local legacies = {
8686
},
8787
LegacyOfGold = {
8888
effects = {
89-
{ stat = "ItemRarity", type = "INC", value = 45 },
89+
{ stat = "LootRarity", type = "INC", value = 45 },
9090
}
9191
},
9292
LegacyOfGranite = {

0 commit comments

Comments
 (0)