From a498046c04b7fb1586ab1d87d4a30acc26e8efbb Mon Sep 17 00:00:00 2001 From: shoopea Date: Thu, 9 May 2019 17:21:38 +0800 Subject: [PATCH] test --- sql.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql.go b/sql.go index 9d48639..547ec59 100644 --- a/sql.go +++ b/sql.go @@ -1271,7 +1271,7 @@ func insertMsgReport(objId int64, war_date int32, atk int32, def int32, exp int3 } func insertMsgAuctionAnnounce(m *ChatWarsMessageAuctionAnnounce) error { - objSubTypeId, err := getObjSubTypeId(objId) + objSubTypeId, err := getObjSubTypeId(m.ID64) if err != nil { return err }