summaryrefslogtreecommitdiff
path: root/src/emap/struct
diff options
context:
space:
mode:
authoracsvln <acsvln@disroot.org>2018-07-01 13:59:55 +0300
committerUnknown <acsvln@disroot.org>2018-07-21 23:25:03 +0300
commitf5f220fdf3ca07d631462d97c837e86848e46563 (patch)
tree05870173028d673379226fd2f770636d56f2c999 /src/emap/struct
parentce2b8e7cf4442db30be2c2edfcfd28692d1f2929 (diff)
downloadevol-hercules-f5f220fdf3ca07d631462d97c837e86848e46563.tar.gz
evol-hercules-f5f220fdf3ca07d631462d97c837e86848e46563.tar.bz2
evol-hercules-f5f220fdf3ca07d631462d97c837e86848e46563.tar.xz
evol-hercules-f5f220fdf3ca07d631462d97c837e86848e46563.zip
Implemented commands "hugo" and "linus"
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 89cf163..b7ab4c8 100644
--- a/src/emap/struct/sessionext.h
+++ b/src/emap/struct/sessionext.h
@@ -12,6 +12,7 @@ struct SessionExt
int teamId;
uint16 mount;
uint8 state;
+ int jump_iterate_id;
};
#endif // EVOL_MAP_SESSIONEXT