mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 13:19:18 -08:00
[FIN] Implement Stiltzkin, Moogle Merchant (#13443)
This commit is contained in:
parent
cdebbe151b
commit
6f524b69c0
3 changed files with 98 additions and 0 deletions
|
|
@ -274,6 +274,7 @@ public enum SubType {
|
|||
MONGOOSE("Mongoose", SubTypeSet.CreatureType),
|
||||
MONK("Monk", SubTypeSet.CreatureType),
|
||||
MONKEY("Monkey", SubTypeSet.CreatureType),
|
||||
MOOGLE("Moogle", SubTypeSet.CreatureType),
|
||||
MOONFOLK("Moonfolk", SubTypeSet.CreatureType),
|
||||
MOUNT("Mount", SubTypeSet.CreatureType),
|
||||
MOUSE("Mouse", SubTypeSet.CreatureType),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue