summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-10-14 23:34:24 -0300
committerJesusaves <cpntb1@ymail.com>2020-10-14 23:34:24 -0300
commit0d57d330e7779abcc037294034511cb45ee1d999 (patch)
tree956e36acca9494b0c9326a5034432c0bc2fc8ad1
parenta5d2bdfdf8dab45a70bb7adebb17f66b8959f49e (diff)
downloadevol-hercules-0d57d330e7779abcc037294034511cb45ee1d999.tar.gz
evol-hercules-0d57d330e7779abcc037294034511cb45ee1d999.tar.bz2
evol-hercules-0d57d330e7779abcc037294034511cb45ee1d999.tar.xz
evol-hercules-0d57d330e7779abcc037294034511cb45ee1d999.zip
Book 5 extra chars on craft names so "Craft" word can fit
-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;