/*
Copyright (C) 2005 David Green <green@couchpotato.net>
All Rights Reserved.

This file is part of Aelfengard.

Aelfengard is proprietary software. You may not redistribute it without
prior written permission from the copyright holder.
*/

package server;

/**
 * 
 * @author green
 * @deprecated Only still exists so that old databases don't break
 */
@Deprecated
public enum AdminLevel {
    USER, GUIDE, SUPERGUIDE, ADMIN, OWNER;
}