Item prefix and suffix applied

This commit is contained in:
2024-04-20 09:42:48 -04:00
parent 501c68b1e3
commit 225dc2af18
+2
View File
@@ -401,6 +401,8 @@ public enum ForgeManager implements Runnable {
if (modifierRoll < 80)
modifier = LootManager.TableRoll(vendor.getLevel(), false);
else
modifier = 0;
return modifier;
}