Fixed crash caused by buildings, fixed weapon object superclass, added equipment and appearance equipment deltas

This commit is contained in:
Light2
2013-12-14 21:25:31 +01:00
parent 3fc02b8f1f
commit 896b342972
22 changed files with 298 additions and 109 deletions
@@ -84,7 +84,7 @@ public class TangibleMessageBuilder extends ObjectMessageBuilder {
IoBuffer buffer = bufferPool.allocate(100, false).order(ByteOrder.LITTLE_ENDIAN);
buffer.setAutoExpand(true);
buffer.putShort((short) 8);
buffer.putInt(0x64);
buffer.putInt(0x43);
buffer.put(getAsciiString(tangible.getDetailFilename()));
buffer.putInt(0);
buffer.put(getAsciiString(tangible.getDetailName()));