From 082189f6856c22ac35461ec08f1549191dfb1833 Mon Sep 17 00:00:00 2001 From: qndel Date: Sun, 15 Sep 2019 02:37:05 +0200 Subject: [PATCH] [hellfire] SmithItemOk bin exact --- Source/items.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Source/items.cpp b/Source/items.cpp index b6bf362f8..0fd7f333b 100644 --- a/Source/items.cpp +++ b/Source/items.cpp @@ -3519,7 +3519,11 @@ BOOL SmithItemOk(int i) rv = FALSE; if (AllItemsList[i].itype == ITYPE_0E) rv = FALSE; +#ifdef HELLFIRE + if (AllItemsList[i].itype == ITYPE_STAFF && AllItemsList[i].iSpell) +#else if (AllItemsList[i].itype == ITYPE_STAFF) +#endif rv = FALSE; if (AllItemsList[i].itype == ITYPE_RING) rv = FALSE;