mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 00:38:21 +00:00
Fixed Noted Item Value
* Made the noted item value use the value from the unoted item
This commit is contained in:
+2
-1
@@ -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.");
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user