Add missing overhead icons to API

This commit is contained in:
Kamiel
2018-04-30 03:06:11 +02:00
committed by Adam
parent ff89cac97e
commit 62deed7730
3 changed files with 17 additions and 1 deletions

View File

@@ -28,5 +28,9 @@ public enum HeadIcon
{
MELEE,
RANGED,
MAGIC;
MAGIC,
RETRIBUTION,
SMITE,
REDEMPTION,
RANGE_MAGE; //used by Kalphite Queen
}