summaryrefslogtreecommitdiff
path: root/src/account-server/storage.cpp
diff options
context:
space:
mode:
authorPhilipp Sehmisch <mana@crushnet.org>2010-01-17 19:13:23 +0100
committerPhilipp Sehmisch <mana@crushnet.org>2010-01-17 20:09:39 +0100
commitc57df2bd7ba96719438bbc34e1362f0f91622921 (patch)
tree368a66a5a9b51df649724341113b896728f4f891 /src/account-server/storage.cpp
parenta9a87aeafc34141fc64fb97cda7eea36e1ff6ccf (diff)
downloadmanaserv-c57df2bd7ba96719438bbc34e1362f0f91622921.tar.gz
manaserv-c57df2bd7ba96719438bbc34e1362f0f91622921.tar.bz2
manaserv-c57df2bd7ba96719438bbc34e1362f0f91622921.tar.xz
manaserv-c57df2bd7ba96719438bbc34e1362f0f91622921.zip
Removed last traces of hardcoded access levels form game-server, begun with using the permission manager in the account-server.
Diffstat (limited to 'src/account-server/storage.cpp')
-rw-r--r--src/account-server/storage.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/account-server/storage.cpp b/src/account-server/storage.cpp
index c547977f..7bc020c8 100644
--- a/src/account-server/storage.cpp
+++ b/src/account-server/storage.cpp
@@ -36,6 +36,9 @@
#include "utils/xml.hpp"
#include "utils/sha256.h"
+#define AL_BANNED 0x00 // temporary workaround until permission manager support is added
+#define AL_PLAYER 0x01 // temporary workaround until permission manager support is added
+
// TODO: make data/items.xml a constant or read it from config file
static const char *DEFAULT_ITEM_FILE = "data/items.xml";