diff --git a/Source/itemdat.h b/Source/itemdat.h index d1d2aed92..7758b5699 100644 --- a/Source/itemdat.h +++ b/Source/itemdat.h @@ -588,7 +588,7 @@ struct UItemStruct { const char *UIName; enum unique_base_item UIItemId; int8_t UIMinLvl; - int8_t UINumPL; + uint8_t UINumPL; int UIValue; ItemPower powers[6]; };