diff options
Diffstat (limited to 'src/emap/struct')
-rw-r--r-- | src/emap/struct/sessionext.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/struct/sessionext.h b/src/emap/struct/sessionext.h index a592e50..ba37871 100644 --- a/src/emap/struct/sessionext.h +++ b/src/emap/struct/sessionext.h @@ -9,6 +9,7 @@ struct SessionExt time_t onlinelistlasttime; int clientVersion; int language; + int teamId; uint8 state; }; |