#include "resources/itemdb.h"
#include "configuration.h"
#include "log.h"
#include "resources/hairdb.h"
#include "resources/iteminfo.h"
#include "utils/dtor.h"
#include "utils/gettext.h"
#include "utils/stringutils.h"
#include "net/tmwa/protocol.h"
#include <algorithm>
#include <cassert>
#include <string_view>
Go to the source code of this file.
|
namespace | TmwAthena |
| Warning: buffers and other variables are shared, so there can be only one connection active at a time.
|
|
namespace | ManaServ |
|
◆ setStatsList()
void setStatsList |
( |
std::list< ItemStat > |
stats | ) |
|