diff --git a/src/engine/gameManager/LootManager.java b/src/engine/gameManager/LootManager.java index 3b42d940..2b757987 100644 --- a/src/engine/gameManager/LootManager.java +++ b/src/engine/gameManager/LootManager.java @@ -255,7 +255,7 @@ public enum LootManager { return inItem; if (suffixMod.action.length() > 0) { - inItem.setPrefix(suffixMod.action); + inItem.setSuffix(suffixMod.action); inItem.addPermanentEnchantment(suffixMod.action, 0, suffixMod.level, true); }