itemstats: remove quest field
this has always been unused and isn't particularly useful to us anyway
This commit is contained in:
@@ -55,7 +55,7 @@ public class ItemStatOverlay extends Overlay
|
||||
{
|
||||
// Unarmed attack speed is 4
|
||||
@VisibleForTesting
|
||||
static final ItemStats UNARMED = new ItemStats(false, true, 0, 0,
|
||||
static final ItemStats UNARMED = new ItemStats(true, 0, 0,
|
||||
ItemEquipmentStats.builder()
|
||||
.aspeed(4)
|
||||
.build());
|
||||
|
||||
Reference in New Issue
Block a user