From 07758e21abf23ad6742b0f6aacedbb7c60c81e98 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 28 Sep 2015 18:36:58 +0300 Subject: Add support for team id for battleground players. New script function: setbgteam bgid, num It set for 'bgid' team id to 'num'. --- src/emap/struct/sessionext.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/emap/struct') 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; }; -- cgit v1.2.3-70-g09d2