mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-07 08:39:17 +00:00
@@ -132,7 +132,6 @@ public final class NpcDefinitionDecoder implements Runnable {
|
|||||||
int count = buffer.get() & 0xFF;
|
int count = buffer.get() & 0xFF;
|
||||||
int[] morphisms = new int[count + 1];
|
int[] morphisms = new int[count + 1];
|
||||||
Arrays.setAll(morphisms, index -> wrap(buffer.getShort()));
|
Arrays.setAll(morphisms, index -> wrap(buffer.getShort()));
|
||||||
} else if (opcode == 107) {
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user