Item prefix and suffix applied
This commit is contained in:
@@ -401,6 +401,8 @@ public enum ForgeManager implements Runnable {
|
|||||||
|
|
||||||
if (modifierRoll < 80)
|
if (modifierRoll < 80)
|
||||||
modifier = LootManager.TableRoll(vendor.getLevel(), false);
|
modifier = LootManager.TableRoll(vendor.getLevel(), false);
|
||||||
|
else
|
||||||
|
modifier = 0;
|
||||||
|
|
||||||
return modifier;
|
return modifier;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user