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:
Max Weber
2020-04-04 05:00:04 -06:00
parent c703a35f15
commit 6a0fd2a0d0

View File

@@ -29,7 +29,5 @@ import lombok.Data;
@Data
public class NpcInfo
{
private String name;
private int combat;
private int hitpoints;
}