summaryrefslogtreecommitdiff
path: root/src/emap/craftconf.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-01-24 02:43:12 +0300
committerAndrei Karas <akaras@inbox.ru>2016-01-24 02:43:12 +0300
commit77cc71cde657cca6c2747a41e3c1672cd4c6092b (patch)
tree77f3ae7484c49109c9803dc6ba99011e74079236 /src/emap/craftconf.h
parent207e14ad4c4efe77e258efc55b09ccbf1c66845c (diff)
downloadevol-hercules-77cc71cde657cca6c2747a41e3c1672cd4c6092b.tar.gz
evol-hercules-77cc71cde657cca6c2747a41e3c1672cd4c6092b.tar.bz2
evol-hercules-77cc71cde657cca6c2747a41e3c1672cd4c6092b.tar.xz
evol-hercules-77cc71cde657cca6c2747a41e3c1672cd4c6092b.zip
Add script command for use craft.
New script command: usecraft CRAFT Where CRAFT - craft id created by initcraft.
Diffstat (limited to 'src/emap/craftconf.h')
-rw-r--r--src/emap/craftconf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/craftconf.h b/src/emap/craftconf.h
index b42c9d5..235b984 100644
--- a/src/emap/craftconf.h
+++ b/src/emap/craftconf.h
@@ -30,6 +30,7 @@ struct craft_db_entry
struct craft_items_collection required_equips;
struct craft_items_collection required_skills;
struct craft_items_collection required_quests;
+ struct craft_db_inventory *selected_inventory;
int priority;
int price;
int level;