diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-01-23 21:38:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-01-23 21:38:21 +0300 |
commit | 3c0e3838f77a62a69130d7b2674e21e2133a7f83 (patch) | |
tree | 6f3ff1583e69e5ded625af59a78cbd5568acef51 /src/emap/craft.h | |
parent | 637fcbc9c0f4b042b38f9e900d08aee521305991 (diff) | |
download | evol-hercules-s20190211.tar.gz evol-hercules-s20190211.tar.bz2 evol-hercules-s20190211.tar.xz evol-hercules-s20190211.zip |
Update from herculess20190211
Diffstat (limited to 'src/emap/craft.h')
-rw-r--r-- | src/emap/craft.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emap/craft.h b/src/emap/craft.h index 329dbb4..52fd62a 100644 --- a/src/emap/craft.h +++ b/src/emap/craft.h @@ -35,7 +35,7 @@ void do_init_craft(void); 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); +struct craft_vardata *craft_str_to_craft(TBL_PC *sd, 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); |