cache: remove npc_def opcode

This commit is contained in:
Kyle Fricilone
2017-05-08 16:11:10 -05:00
parent 50857627e9
commit c532640569
2 changed files with 0 additions and 5 deletions

View File

@@ -56,7 +56,6 @@ public class NpcDefinition
public boolean hasRenderPriority = false;
public int ambient = 0;
public int headIcon = -1;
//public int anInt2184 = 30;
public int[] anIntArray2185;
public short[] retextureToFind;
public int anInt2187 = -1;

View File

@@ -222,10 +222,6 @@ public class NpcLoader
{
def.aBool2190 = true;
}
//else if (opcode == 112) // Appears to be removed from the client
//{
// def.anInt2184 = stream.readUnsignedByte();
//}
else if (opcode == 118)
{
def.anInt2174 = stream.readUnsignedShort();