summaryrefslogtreecommitdiff
path: root/src/emap/struct/sessionext.h
blob: a592e50702342cf7847c8952dbad6db1c1e22a99 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
// Copyright (c) 2014 Evol developers

#ifndef EVOL_MAP_SESSIONEXT
#define EVOL_MAP_SESSIONEXT

struct SessionExt
{
    time_t onlinelistlasttime;
    int clientVersion;
    int language;
    uint8 state;
};

#endif  // EVOL_MAP_SESSIONEXT