http-api: remove unused fields from NPCInfo
These fields are never used. If we need this information we can get it from the client's cache
This commit is contained in:
@@ -29,7 +29,5 @@ import lombok.Data;
|
||||
@Data
|
||||
public class NpcInfo
|
||||
{
|
||||
private String name;
|
||||
private int combat;
|
||||
private int hitpoints;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user