From e90a8fbb3c75ccf8e9bdfb3eefd335e1a9dca4a0 Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Fri, 24 Jun 2022 10:12:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=A8=A1=E5=9D=97=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- comm/imodule.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/comm/imodule.go b/comm/imodule.go index 9804b440e..499cf211d 100644 --- a/comm/imodule.go +++ b/comm/imodule.go @@ -29,9 +29,7 @@ type ( // heroId 英雄ID GetHero(heroId string) (*pb.DB_HeroData, pb.ErrorCode) // 佩戴装备 - InstallEquip(heroId, equipId string) pb.ErrorCode - // 卸载装备 - UninstallEquip(heroId, equipId string) pb.ErrorCode + UpdateEquipment(hero *pb.DB_HeroData, equip []*pb.DB_Equipment) pb.ErrorCode } //玩家