summaryrefslogtreecommitdiff
path: root/src/account-server/storage.cpp
diff options
context:
space:
mode:
authorPhilipp Sehmisch <mana@crushnet.org>2010-01-18 16:40:22 +0100
committerPhilipp Sehmisch <mana@crushnet.org>2010-01-18 16:47:29 +0100
commit757e2a56e546d7e266660e9670a14d8043924cb2 (patch)
treeefe0ae9c0c2bf359225925eb021c2fd696a97d44 /src/account-server/storage.cpp
parentdfc6875e292e6b4ff26506a42d4becbe440e61fc (diff)
downloadmanaserv-757e2a56e546d7e266660e9670a14d8043924cb2.tar.gz
manaserv-757e2a56e546d7e266660e9670a14d8043924cb2.tar.bz2
manaserv-757e2a56e546d7e266660e9670a14d8043924cb2.tar.xz
manaserv-757e2a56e546d7e266660e9670a14d8043924cb2.zip
Reverted the accountserver-affecting changes of commits a9a87aea and dfc6875e - doesn't work out the way I planned.
Diffstat (limited to 'src/account-server/storage.cpp')
-rw-r--r--src/account-server/storage.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/account-server/storage.cpp b/src/account-server/storage.cpp
index 7bc020c8..c547977f 100644
--- a/src/account-server/storage.cpp
+++ b/src/account-server/storage.cpp
@@ -36,9 +36,6 @@
#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";