Container fix

This commit is contained in:
Sam 2014-07-29 21:11:56 +02:00
parent 6b46370d1a
commit 153cf3e859
1 changed files with 1 additions and 1 deletions

View File

@ -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;