Merge pull request #6970 from MagicfTail/patch-1

Fix the description of the wintertodt plugin and add boss tag
This commit is contained in:
Tomas Slusny
2018-12-17 02:34:39 +01:00
committed by GitHub

View File

@@ -71,8 +71,8 @@ import net.runelite.client.util.ColorUtil;
@PluginDescriptor(
name = "Wintertodt",
description = "Show helpful information for the Wintertodt minigame",
tags = {"minigame", "firemaking"}
description = "Show helpful information for the Wintertodt boss",
tags = {"minigame", "firemaking", "boss"}
)
@Slf4j
public class WintertodtPlugin extends Plugin
@@ -473,4 +473,4 @@ public class WintertodtPlugin extends Plugin
return 0;
}
}
}
}