From 3c03c2587d97513a95de0f31c6d7970cbe3b99b3 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 12 Jan 2016 19:09:32 +0300 Subject: Add script command for validate craft object after some time it was created. New script command: validatecraft id --- src/emap/craft.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/emap/craft.h') diff --git a/src/emap/craft.h b/src/emap/craft.h index 8c63546..6d92bad 100644 --- a/src/emap/craft.h +++ b/src/emap/craft.h @@ -34,5 +34,6 @@ struct craft_vardata *craft_str_to_craft(const char *craftstr); void craft_dump(TBL_PC *sd, const int id); void craft_delete(const int id); struct craft_slot *craft_get_slot(const int id, const int slot); +bool craft_validate(TBL_PC *sd, const int id); #endif // EVOL_MAP_CRAFT -- cgit v1.2.3-60-g2f50