From c20143b3f044bf390d2646ef1a664b3b4a63cd90 Mon Sep 17 00:00:00 2001 From: luying Date: Thu, 8 Apr 2021 20:24:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=9B=E5=9B=A2=EF=BC=9A=E5=BB=BA=E7=AD=91?= =?UTF-8?q?=E7=89=A9id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/consts/constModules/guildConst.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shared/consts/constModules/guildConst.ts b/shared/consts/constModules/guildConst.ts index dfb02d889..6e9eb8be8 100644 --- a/shared/consts/constModules/guildConst.ts +++ b/shared/consts/constModules/guildConst.ts @@ -5,9 +5,9 @@ export enum GUILD_STRUCTURE { EQUIP_PRODUCE = 2, // 炼器堂 BOSS = 3, // 演武台 TRAIN = 4, // 练兵场 - DONATE = 5, // 捐献所 - WISH_POOL = 6, // 许愿池 - STORE = 7, // 商店 + WISH_POOL = 5, // 许愿池 + STORE = 6, // 商店 + DONATE = 7, // 捐献所 END }