diff --git a/data/code_obj_sub_type.json b/data/code_obj_sub_type.json index cbce632..f29c859 100644 --- a/data/code_obj_sub_type.json +++ b/data/code_obj_sub_type.json @@ -364,6 +364,11 @@ "name": "GDeposit Ack", "obj_type": "msg" }, + { + "intl_id": "msg_g_vault_full", + "name": "Guild vault full", + "obj_type": "msg" + }, { "intl_id": "msg_castle_attack_req", "name": "Castle Attack Req", diff --git a/data/msg_rules.json b/data/msg_rules.json index 0bb5b6a..ef770c6 100644 --- a/data/msg_rules.json +++ b/data/msg_rules.json @@ -647,6 +647,14 @@ "chat_id": 0, "user_id": 0 }, + { + "prio": 5000, + "descn": "Guild vault full", + "rule": "^Not enough space on Guild Warehouse$", + "msg_type": "msg_g_vault_full", + "chat_id": 0, + "user_id": 0 + }, { "prio": 5000, "descn": "Castle Attack Req",