summaryrefslogtreecommitdiff
path: root/src/net/manaserv/charhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/manaserv/charhandler.h')
-rw-r--r--src/net/manaserv/charhandler.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/net/manaserv/charhandler.h b/src/net/manaserv/charhandler.h
index 9ec5cdbb..3fabc81c 100644
--- a/src/net/manaserv/charhandler.h
+++ b/src/net/manaserv/charhandler.h
@@ -94,8 +94,6 @@ class CharHandler final : public MessageHandler, public Net::CharHandler
double mod;
};
- using CachedAttributes = std::map<int, CachedAttrbiute>;
-
struct CachedCharacterInfo {
int slot;
std::string name;
@@ -105,7 +103,7 @@ class CharHandler final : public MessageHandler, public Net::CharHandler
int level;
int characterPoints;
int correctionPoints;
- CachedAttributes attribute;
+ std::map<int, CachedAttrbiute> attributes;
};
void handleCharacterInfo(MessageIn &msg);