summaryrefslogtreecommitdiff
path: root/src/emap/craftconf.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-01-23 23:13:11 +0300
committerAndrei Karas <akaras@inbox.ru>2016-01-23 23:46:48 +0300
commit5a8d6081f975536713974eccd0ed2371c8909495 (patch)
tree8bcdc0bac7b815156a4af16ec5a3a7da731e21ce /src/emap/craftconf.h
parent44c32f2268b64fc44b4b5553efaf07021e6faea9 (diff)
downloadevol-hercules-5a8d6081f975536713974eccd0ed2371c8909495.tar.gz
evol-hercules-5a8d6081f975536713974eccd0ed2371c8909495.tar.bz2
evol-hercules-5a8d6081f975536713974eccd0ed2371c8909495.tar.xz
evol-hercules-5a8d6081f975536713974eccd0ed2371c8909495.zip
Add script function for find craft entry from db based on craft variable.
New script command: findcraftentry CRAFTVAR, FLAG Where: CRAFTVAR - variable get from initcraft function. FLAG - flag related to npc. It allow search craft entries only with this flag.
Diffstat (limited to 'src/emap/craftconf.h')
-rw-r--r--src/emap/craftconf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emap/craftconf.h b/src/emap/craftconf.h
index b9f4a73..b42c9d5 100644
--- a/src/emap/craftconf.h
+++ b/src/emap/craftconf.h
@@ -10,6 +10,8 @@
#include "emap/struct/itempair.h"
+extern struct DBMap *craftconf_db;
+
VECTOR_STRUCT_DECL(craft_items_collection, struct item_pair);
struct craft_db_inventory