cache: remove npc_def opcode
This commit is contained in:
@@ -56,7 +56,6 @@ public class NpcDefinition
|
|||||||
public boolean hasRenderPriority = false;
|
public boolean hasRenderPriority = false;
|
||||||
public int ambient = 0;
|
public int ambient = 0;
|
||||||
public int headIcon = -1;
|
public int headIcon = -1;
|
||||||
//public int anInt2184 = 30;
|
|
||||||
public int[] anIntArray2185;
|
public int[] anIntArray2185;
|
||||||
public short[] retextureToFind;
|
public short[] retextureToFind;
|
||||||
public int anInt2187 = -1;
|
public int anInt2187 = -1;
|
||||||
|
|||||||
@@ -222,10 +222,6 @@ public class NpcLoader
|
|||||||
{
|
{
|
||||||
def.aBool2190 = true;
|
def.aBool2190 = true;
|
||||||
}
|
}
|
||||||
//else if (opcode == 112) // Appears to be removed from the client
|
|
||||||
//{
|
|
||||||
// def.anInt2184 = stream.readUnsignedByte();
|
|
||||||
//}
|
|
||||||
else if (opcode == 118)
|
else if (opcode == 118)
|
||||||
{
|
{
|
||||||
def.anInt2174 = stream.readUnsignedShort();
|
def.anInt2174 = stream.readUnsignedShort();
|
||||||
|
|||||||
Reference in New Issue
Block a user