[General] Change type of refNumIndex & mpNum to unsigned

0.6.3
Koncord 7 years ago
parent 99158beb2e
commit c69819e0db

@ -18,8 +18,8 @@ namespace mwmp
struct CurrentContainer
{
std::string refId;
int refNumIndex;
int mpNum;
unsigned int refNumIndex;
unsigned int mpNum;
bool loot;
};

Loading…
Cancel
Save