diff --git a/modules/exclusive/api_addexp.go b/modules/exclusive/api_addexp.go index be942359e..afcc7532d 100644 --- a/modules/exclusive/api_addexp.go +++ b/modules/exclusive/api_addexp.go @@ -93,6 +93,6 @@ func (this *apiComp) AddExp(session comm.IUserSession, req *pb.ExclusiveAddExpRe return } this.module.equipmentsChangePush(session, []*pb.DB_Exclusive{info}) - session.SendMsg(string(this.module.GetType()), "addExp", &pb.ExclusiveAddExpResp{Exclusives: info}) + session.SendMsg(string(this.module.GetType()), "addexp", &pb.ExclusiveAddExpResp{Exclusives: info}) return }