This commit is contained in:
shoopea 2020-01-14 15:03:24 +08:00
parent ea47469f20
commit bc51deb3f3
2 changed files with 13 additions and 0 deletions

View File

@ -364,6 +364,11 @@
"name": "GDeposit Ack", "name": "GDeposit Ack",
"obj_type": "msg" "obj_type": "msg"
}, },
{
"intl_id": "msg_g_vault_full",
"name": "Guild vault full",
"obj_type": "msg"
},
{ {
"intl_id": "msg_castle_attack_req", "intl_id": "msg_castle_attack_req",
"name": "Castle Attack Req", "name": "Castle Attack Req",

View File

@ -647,6 +647,14 @@
"chat_id": 0, "chat_id": 0,
"user_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, "prio": 5000,
"descn": "Castle Attack Req", "descn": "Castle Attack Req",