forked from MagicBane/Server
More itembase refactor work
This commit is contained in:
@@ -135,7 +135,7 @@ public class MakeItemCmd extends AbstractDevCmd {
|
||||
template = ItemTemplate.itemTemplates.get(templateID);
|
||||
|
||||
if (template == null) {
|
||||
throwbackError(pc, "Unable to find itembase of ID " + templateID);
|
||||
throwbackError(pc, "Unable to find template " + templateID);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user