diff --git a/core/src/com/hiveworkshop/blizzard/casc/vfs/TVFSDecoder.java b/core/src/com/hiveworkshop/blizzard/casc/vfs/TVFSDecoder.java index d84c2dd..a3395b6 100644 --- a/core/src/com/hiveworkshop/blizzard/casc/vfs/TVFSDecoder.java +++ b/core/src/com/hiveworkshop/blizzard/casc/vfs/TVFSDecoder.java @@ -155,6 +155,7 @@ public class TVFSDecoder { storageBuffer.get(encodingKeyDecoder); final int physicalSize = storageBuffer.getInt(); + storageBuffer.get(); final int actualSize = storageBuffer.getInt(); final StorageReference reference = new StorageReference(offset, size, new Key(encodingKeyDecoder),