blob: b7ab4c86ee7c47282925e88b3e7fecc3a296428b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
// Copyright (c) 2014 - 2015 Evol developers
#ifndef EVOL_MAP_SESSIONEXT
#define EVOL_MAP_SESSIONEXT
struct SessionExt
{
time_t onlinelistlasttime;
int clientVersion;
int language;
int teamId;
uint16 mount;
uint8 state;
int jump_iterate_id;
};
#endif // EVOL_MAP_SESSIONEXT
|