[KHM] Implemented Rune of Flight

This commit is contained in:
Evan Kranzler 2021-01-14 17:14:07 -05:00
parent 69eed4cc2e
commit 5d7fc394fd
4 changed files with 130 additions and 0 deletions

View file

@ -32,6 +32,7 @@ public enum SubType {
AURA("Aura", SubTypeSet.EnchantmentType),
CARTOUCHE("Cartouche", SubTypeSet.EnchantmentType),
CURSE("Curse", SubTypeSet.EnchantmentType),
RUNE("Rune", SubTypeSet.EnchantmentType),
SAGA("Saga", SubTypeSet.EnchantmentType),
SHARD("Shard", SubTypeSet.EnchantmentType),
SHRINE("Shrine", SubTypeSet.EnchantmentType),