diff options
author | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2013-04-27 16:43:59 +0200 |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2013-04-27 19:23:03 +0200 |
commit | 1a99d37d059df95f6a144c4f9e9fa85dacefd185 (patch) | |
tree | 0d8042ccc063567989c0e944d8a086b41c79210f /src/net/manaserv/charhandler.cpp | |
parent | acf585aa5354367b771c7e3b136671d5bc938c79 (diff) | |
download | mana-1a99d37d059df95f6a144c4f9e9fa85dacefd185.tar.gz mana-1a99d37d059df95f6a144c4f9e9fa85dacefd185.tar.bz2 mana-1a99d37d059df95f6a144c4f9e9fa85dacefd185.tar.xz mana-1a99d37d059df95f6a144c4f9e9fa85dacefd185.zip |
Always read the attributes.xml file
This way it can also be used when connecting to a tmwAthena server for
customizing the min/max of attributes and the amount of starting points.
Mantis-issue: 501
Reviewed-by: Ablu
Diffstat (limited to 'src/net/manaserv/charhandler.cpp')
-rw-r--r-- | src/net/manaserv/charhandler.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/manaserv/charhandler.cpp b/src/net/manaserv/charhandler.cpp index e809bfac..ece8e108 100644 --- a/src/net/manaserv/charhandler.cpp +++ b/src/net/manaserv/charhandler.cpp @@ -1,7 +1,7 @@ /* * The Mana Client * Copyright (C) 2004-2009 The Mana World Development Team - * Copyright (C) 2009-2012 The Mana Developers + * Copyright (C) 2009-2013 The Mana Developers * * This file is part of The Mana Client. * @@ -39,8 +39,8 @@ #include "net/manaserv/messagein.h" #include "net/manaserv/messageout.h" #include "net/manaserv/manaserv_protocol.h" -#include "net/manaserv/attributes.h" +#include "resources/attributes.h" #include "resources/hairdb.h" #include "utils/dtor.h" |