mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
[KHM] Implemented Rune of Flight
This commit is contained in:
parent
69eed4cc2e
commit
5d7fc394fd
4 changed files with 130 additions and 0 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue