Container fix
This commit is contained in:
parent
6b46370d1a
commit
153cf3e859
|
@ -631,7 +631,7 @@ void ProtocolGame::parseOpenContainer(const InputMessagePtr& msg)
|
||||||
int capacity = msg->getU8();
|
int capacity = msg->getU8();
|
||||||
bool hasParent = (msg->getU8() != 0);
|
bool hasParent = (msg->getU8() != 0);
|
||||||
|
|
||||||
bool isUnlocked = false;
|
bool isUnlocked = true;
|
||||||
bool hasPages = false;
|
bool hasPages = false;
|
||||||
int containerSize = 0;
|
int containerSize = 0;
|
||||||
int firstIndex = 0;
|
int firstIndex = 0;
|
||||||
|
|
Loading…
Reference in New Issue