Skip to content

Commit 085bd41

Browse files
LocalIdentityLocalIdentity
andauthored
Fix Legacy of Gold mods not increasing Item Rarity value (#2299)
The mod was using the wrong mod name so it wasn't working Co-authored-by: LocalIdentity <localidentity2@gmail.com>
1 parent 84993f7 commit 085bd41

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)