summaryrefslogblamecommitdiff
path: root/src/emap/struct/sessionext.h
blob: ba378716340f7faf032ecaeb5673e3d09b012df1 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                                         
                              
                      
                 
               
                


                              
// 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;
    int teamId;
    uint8 state;
};

#endif  // EVOL_MAP_SESSIONEXT