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