Browse Source

💚 Make UINumPL unsigned

pull/2364/head
Anders Jenbo 5 years ago
parent
commit
f29d270055
  1. 2
      Source/itemdat.h

2
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];
};

Loading…
Cancel
Save