From e067f9832e92e539cd12233ed8beac38d869e985 Mon Sep 17 00:00:00 2001 From: qndel Date: Sun, 15 Sep 2019 22:52:15 +0200 Subject: [PATCH] [hellfire] CalcPlrBookVals bin exact --- Source/items.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/items.cpp b/Source/items.cpp index f1e84e8c2..47ad41f90 100644 --- a/Source/items.cpp +++ b/Source/items.cpp @@ -788,8 +788,9 @@ void CalcPlrBookVals(int p) if (!currlevel) { for (i = 1; witchitem[i]._itype != ITYPE_NONE; i++) { WitchBookLevel(i); +#ifndef HELLFIRE witchitem[i]._iStatFlag = StoreStatOk(&witchitem[i]); - } +#endif } } for (i = 0; i < plr[p]._pNumInv; i++) {