summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/emap/craftconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emap/craftconf.h b/src/emap/craftconf.h
index 79c4111..d712195 100644
--- a/src/emap/craftconf.h
+++ b/src/emap/craftconf.h
@@ -28,7 +28,7 @@ struct craft_db_create_items
struct craft_db_entry
{
int id;
- char name[32];
+ char name[37];
VECTOR_DECL(struct craft_db_inventory) inventories;
VECTOR_DECL(struct craft_items_collection) create_items;
struct craft_items_collection delete_items;