Updated Name

This commit is contained in:
Jonathan
2019-04-24 19:20:16 -06:00
committed by GitHub
parent d3497e4b54
commit a7a1a25065

View File

@@ -21,7 +21,7 @@ import net.runelite.client.ui.overlay.OverlayManager;
import net.runelite.client.util.ImageUtil;
@PluginDescriptor(
name = "Vorkath",
name = "Vorkath Helper",
description = "Count vorkath attacks, and which phase is coming next",
tags = {"combat", "overlay", "pve", "pvm"},
type = PluginType.PVM
@@ -192,4 +192,4 @@ public class VorkathPlugin extends Plugin
vorkath.setLastTickAnimation(animationId);
}
}
}
}