Merge pull request #11195 from abextm/rm-npc-names
http-api: remove unused fields from NPCInfo
This commit is contained in:
@@ -29,7 +29,5 @@ import lombok.Data;
|
|||||||
@Data
|
@Data
|
||||||
public class NpcInfo
|
public class NpcInfo
|
||||||
{
|
{
|
||||||
private String name;
|
|
||||||
private int combat;
|
|
||||||
private int hitpoints;
|
private int hitpoints;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user