This commit is contained in:
shoopea 2019-05-09 17:21:38 +08:00
parent b1d631e4ec
commit a498046c04

2
sql.go
View File

@ -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
}