mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-05 08:40:08 +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);
|
definition.setObstructive(true);
|
||||||
} else if (opcode == 75) {
|
} else if (opcode == 75) {
|
||||||
data.get();
|
data.get();
|
||||||
|
} else if (opcode == 77) {
|
||||||
|
data.getShort();
|
||||||
|
data.getShort();
|
||||||
|
int count = data.get();
|
||||||
|
for (int i = 0; i <= count; i++){
|
||||||
|
data.getShort();
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user