mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-03 04:16:19 -04:00
Fixed crash caused by buildings, fixed weapon object superclass, added equipment and appearance equipment deltas
This commit is contained in:
@@ -108,7 +108,7 @@ public class PlayerMessageBuilder extends ObjectMessageBuilder {
|
||||
IoBuffer buffer = bufferPool.allocate(100, false).order(ByteOrder.LITTLE_ENDIAN);
|
||||
buffer.setAutoExpand(true);
|
||||
buffer.putShort((short) 0x11);
|
||||
buffer.putInt((short) 0x8A);
|
||||
buffer.putInt((short) 0x43);
|
||||
|
||||
buffer.put(getAsciiString("string_id_table"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user