From bc51deb3f3644c6823f3e2e1d6a68a1276d127b7 Mon Sep 17 00:00:00 2001 From: shoopea Date: Tue, 14 Jan 2020 15:03:24 +0800 Subject: [PATCH] update --- data/code_obj_sub_type.json | 5 +++++ data/msg_rules.json | 8 ++++++++ 2 files changed, 13 insertions(+) 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",