Add #dz lockouts remove by event name

This commit is contained in:
hg
2020-05-28 00:24:07 -04:00
parent 9164073d14
commit 9b82cf57e4
5 changed files with 33 additions and 18 deletions
+2 -1
View File
@@ -2065,9 +2065,10 @@ struct ServerExpeditionSetting_Struct {
uint8 enabled;
};
struct ServerExpeditionCharacterName_Struct {
struct ServerExpeditionCharacterLockout_Struct {
char character_name[64];
char expedition_name[128];
char event_name[256];
};
struct ServerExpeditionCharacterID_Struct {