====== battleground_deserters 表 ====== ---- [[数据库:characters数据库:首页|<-返回:Characters 数据库]] This table holds datas about BattleGrounds deserters. To enable storing this kind of informations, set Battleground.TrackDeserters.Enable = 1 in worldserver.config file. **表结构** ^Field^Type^Attributes^Key^Null^Default^extra^Comment^ |[[#guid|guid]]|INT|UNSIGNED| |NO| | |characters.guid| |[[#type|type]]|TINYINT|UNSIGNED| |NO| | |type of the desertion| |[[#datetime|datetime]]|DATETIME|SIGNED| |NO| | |datetime of the desertion| ===== 字段说明 ===== ---- ==== guid ==== Link to characters.guid. ==== type ==== ^Value^Description^ |0|player leaves the BG| |1|player is kicked from BG because offline| |2|player is invited to join and refuses to do it| |3|player is invited to join and do nothing (time expires)| |4|player is invited to join and logs out| ==== datetime ==== Date and time of the event.