dragon mount removed
This commit is contained in:
parent
d6c37055da
commit
e94784a908
@ -39,7 +39,7 @@ public class MountManager extends MiniPlugin
|
||||
_types.add(new Undead(this));
|
||||
_types.add(new Frost(this));
|
||||
_types.add(new Mule(this));
|
||||
_types.add(new Dragon(this));
|
||||
//_types.add(new Dragon(this));
|
||||
}
|
||||
|
||||
public HashSet<Mount> getMounts()
|
||||
|
Loading…
Reference in New Issue
Block a user