mirror of
https://github.com/edubart/otclient.git
synced 2025-04-29 17:19:20 +02:00
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();
|
||||
bool hasParent = (msg->getU8() != 0);
|
||||
|
||||
bool isUnlocked = false;
|
||||
bool isUnlocked = true;
|
||||
bool hasPages = false;
|
||||
int containerSize = 0;
|
||||
int firstIndex = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user