summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/emap/craft.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emap/craft.c b/src/emap/craft.c
index 87310e5..0e2001f 100644
--- a/src/emap/craft.c
+++ b/src/emap/craft.c
@@ -564,7 +564,7 @@ static void simplify_craftvar(TBL_PC *sd,
int i;
if (!craft || !craft_inventory)
- return false;
+ return;
// combine different slots from inventory var into one slot with id and amount
for (i = 0; i < craft_inventory_size; i ++)
{