Comment out ItemValue

This commit is contained in:
2022-08-21 10:12:39 +01:00
parent 55c3a195c9
commit b227b1e957
3 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ data Item = Item
, _itCurseStatus :: CurseStatus
, _itTweaks :: ItemTweaks
, _itScope :: Scope
, _itValue :: ItemValue
--, _itValue :: ItemValue
, _itParams :: ItemParams
}
deriving (Eq, Show, Read, Generic, Flat)