Container fix

master
Sam 10 years ago
parent 6b46370d1a
commit 153cf3e859

@ -631,7 +631,7 @@ void ProtocolGame::parseOpenContainer(const InputMessagePtr& msg)
int capacity = msg->getU8();
bool hasParent = (msg->getU8() != 0);
bool isUnlocked = false;
bool isUnlocked = true;
bool hasPages = false;
int containerSize = 0;
int firstIndex = 0;

Loading…
Cancel
Save