[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 struct CurrentContainer
{ {
std::string refId; std::string refId;
int refNumIndex; unsigned int refNumIndex;
int mpNum; unsigned int mpNum;
bool loot; bool loot;
}; };

Loading…
Cancel
Save