mirror of
https://github.com/edubart/otclient.git
synced 2025-12-22 00:17:10 +01:00
backing up at OTBM loading, if someone can continue working on it until I'm available again, I would appreciate it much, here is current progress: http://pastebin.com/qEfC9ftv
This commit is contained in:
@@ -254,7 +254,7 @@ BinaryTreePtr FileStream::getBinaryTree()
|
||||
if(byte == BINARYTREE_NODE_START)
|
||||
root->unserialize(asFileStream());
|
||||
else
|
||||
stdext::throw_exception(stdext::format("failed to read node start (getFirstNode): %d", byte));
|
||||
stdext::throw_exception(stdext::format("failed to read node start (getBinaryTree): %d", byte));
|
||||
return root;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user