mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 04:24:54 +02:00
Container fix
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user