Add missing overhead icons to API

This commit is contained in:
Kamiel
2018-05-01 19:32:57 -04:00
committed by Adam
parent ff89cac97e
commit 62deed7730
3 changed files with 17 additions and 1 deletions
@@ -28,5 +28,9 @@ public enum HeadIcon
{
MELEE,
RANGED,
MAGIC;
MAGIC,
RETRIBUTION,
SMITE,
REDEMPTION,
RANGE_MAGE; //used by Kalphite Queen
}