diff --git a/cache/src/main/org/apollo/cache/def/ItemDefinition.java b/cache/src/main/org/apollo/cache/def/ItemDefinition.java index 62c24ee1..9c678f1d 100644 --- a/cache/src/main/org/apollo/cache/def/ItemDefinition.java +++ b/cache/src/main/org/apollo/cache/def/ItemDefinition.java @@ -401,10 +401,11 @@ public final class ItemDefinition { } description = "Swap this note at any bank for " + prefix + " " + name + "."; + value = infoDef.value; stackable = true; } else { throw new IllegalStateException("Item cannot be noted."); } } -} \ No newline at end of file +}