dragon mount removed

This commit is contained in:
Chiss 2013-12-21 23:09:49 +11:00
parent d6c37055da
commit e94784a908

View File

@ -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()