Index 7 appears to be models. Am able to view them in rsmv.
This commit is contained in:
@@ -3,6 +3,7 @@ package net.runelite.cache;
|
||||
public enum IndexType
|
||||
{
|
||||
TWO(2),
|
||||
MODELS(7),
|
||||
SPRITE(8);
|
||||
|
||||
private int id;
|
||||
|
||||
Reference in New Issue
Block a user