mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 08:39:11 +00:00
Decode morphisms so ObjectDefinitions are actually correct.
This commit is contained in:
@@ -124,6 +124,13 @@ public final class ObjectDefinitionDecoder {
|
||||
definition.setObstructive(true);
|
||||
} else if (opcode == 75) {
|
||||
data.get();
|
||||
} else if (opcode == 77) {
|
||||
data.getShort();
|
||||
data.getShort();
|
||||
int count = data.get();
|
||||
for (int i = 0; i <= count; i++){
|
||||
data.getShort();
|
||||
}
|
||||
} else {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user