summaryrefslogtreecommitdiff
path: root/src/emap/struct
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-10-19 15:37:17 +0300
committerAndrei Karas <akaras@inbox.ru>2015-10-19 16:49:42 +0300
commit6eb6d10d8e1f4fa01d6a5bdc222149cd8552eb6a (patch)
treef7423968f9b11349f0aecbac1dca63f851ef9099 /src/emap/struct
parent605743927ad2d23df4c889b9dabd23f03b9c158b (diff)
downloadevol-hercules-6eb6d10d8e1f4fa01d6a5bdc222149cd8552eb6a.tar.gz
evol-hercules-6eb6d10d8e1f4fa01d6a5bdc222149cd8552eb6a.tar.bz2
evol-hercules-6eb6d10d8e1f4fa01d6a5bdc222149cd8552eb6a.tar.xz
evol-hercules-6eb6d10d8e1f4fa01d6a5bdc222149cd8552eb6a.zip
add mount into pc into packet.
Diffstat (limited to 'src/emap/struct')
-rw-r--r--src/emap/struct/sessionext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/struct/sessionext.h b/src/emap/struct/sessionext.h
index 2f1e9d7..89cf163 100644
--- a/src/emap/struct/sessionext.h
+++ b/src/emap/struct/sessionext.h
@@ -10,6 +10,7 @@ struct SessionExt
int clientVersion;
int language;
int teamId;
+ uint16 mount;
uint8 state;
};