Browse Source

[hellfire] SmithItemOk bin exact

pull/876/head
qndel 7 years ago committed by Anders Jenbo
parent
commit
082189f685
  1. 4
      Source/items.cpp

4
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;

Loading…
Cancel
Save