summaryrefslogtreecommitdiff
path: root/src/emap/craft.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-01-11 23:49:26 +0300
committerAndrei Karas <akaras@inbox.ru>2016-01-11 23:49:26 +0300
commit2ea5c39f78db6359e50310dfe60b55ac61f97a2b (patch)
treeda4a72c114d1bcd205db8ac22d1dae15816f9bbd /src/emap/craft.h
parent82fca47fc7b00d8755c4333e0016bf555e46d0f8 (diff)
downloadevol-hercules-2ea5c39f78db6359e50310dfe60b55ac61f97a2b.tar.gz
evol-hercules-2ea5c39f78db6359e50310dfe60b55ac61f97a2b.tar.bz2
evol-hercules-2ea5c39f78db6359e50310dfe60b55ac61f97a2b.tar.xz
evol-hercules-2ea5c39f78db6359e50310dfe60b55ac61f97a2b.zip
Add script command for dump craft object to server console.
New script command: dumpcraft id
Diffstat (limited to 'src/emap/craft.h')
-rw-r--r--src/emap/craft.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/craft.h b/src/emap/craft.h
index 48acd31..1930763 100644
--- a/src/emap/craft.h
+++ b/src/emap/craft.h
@@ -31,5 +31,6 @@ void do_final_craft(void);
bool craft_checkstr(TBL_PC *sd, const char *craftstr);
int str_to_craftvar(TBL_PC *sd, const char *craftstr);
struct craft_vardata *craft_str_to_craft(const char *craftstr);
+void craft_dump(TBL_PC *sd, const int id);
#endif // EVOL_MAP_CRAFT