mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
fix verify failure
This commit is contained in:
parent
7d5595fbff
commit
80fb46d59f
2 changed files with 2 additions and 2 deletions
|
|
@ -265,7 +265,7 @@ public enum SubType {
|
|||
LICID("Licid", SubTypeSet.CreatureType),
|
||||
LIZARD("Lizard", SubTypeSet.CreatureType),
|
||||
LLAMA("Llama", SubTypeSet.CreatureType),
|
||||
LOBSTER("Lobster", SubTypeSet.CreatureType, true), // Unglued
|
||||
LOBSTER("Lobster", SubTypeSet.CreatureType),
|
||||
// M
|
||||
MANTELLIAN("Mantellian", SubTypeSet.CreatureType, true), // Star Wars
|
||||
MANTICORE("Manticore", SubTypeSet.CreatureType),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue