金币消耗埋点

This commit is contained in:
wh_zcy 2023-04-28 14:39:43 +08:00
parent 968a9d3ae6
commit 0387e04255

View File

@ -418,6 +418,7 @@ func (this *User) change(session comm.IUserSession, attr string, add int32) (cha
code = pb.ErrorCode_GoldNoEnough
return
}
go this.ModuleRtask.TriggerTask(session.GetUserId(), comm.GettaskParam(comm.Rtype68, add))
}
change.Gold += int64(add)
case comm.ResExp: