Fixed hardleather crafting typo

This commit is contained in:
RiL
2023-04-09 16:12:43 +00:00
committed by Ryan
parent fc28c97400
commit dd3c957f8b
@@ -60,7 +60,7 @@ public final class LeatherCraftDialogue extends DialoguePlugin {
if (type.equals("hard")) {
player.getInterfaceManager().openChatbox(309);
player.getPacketDispatch().sendItemZoomOnInterface(1131, 150, 309, 2);
player.getPacketDispatch().sendString("<br><br><br><br>" + "Heardleather body", 309, 6);
player.getPacketDispatch().sendString("<br><br><br><br>Hardleather body", 309, 6);
} else {
/** dragon */
leather = (int) args[1];