Skip to content

Commit

Permalink
skill calculator: Fix redwood pyre logs name (runelite#17964)
Browse files Browse the repository at this point in the history
  • Loading branch information
DapperMickie authored Jun 17, 2024
1 parent 34f3ce2 commit 9bd786c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public enum FiremakingAction implements ItemSkillAction
MAGIC_LOGS(ItemID.MAGIC_LOGS, 75, 303.8f, FiremakingMethod.NORMAL_LOGS),
MAGIC_PYRE_LOGS(ItemID.MAGIC_PYRE_LOGS, 80, 404.5f, FiremakingMethod.PYRE_LOGS),
REDWOOD_LOGS(ItemID.REDWOOD_LOGS, 90, 350, FiremakingMethod.NORMAL_LOGS),
REDWOOD_PYRE_LOGS(ItemID.REDWOOD_LOGS, 95, 500, FiremakingMethod.PYRE_LOGS),
REDWOOD_PYRE_LOGS(ItemID.REDWOOD_PYRE_LOGS, 95, 500, FiremakingMethod.PYRE_LOGS),
;

private final int itemId;
Expand Down

0 comments on commit 9bd786c

Please sign in to comment.