Fix SQL command to insert CardtraderBlueprint

This commit is contained in:
The Magician 2024-12-17 14:58:16 +00:00
parent f32f64b6b3
commit 94b8dfb6b9
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ func InsertCardtraderBlueprint(db *sql.DB, blueprint cardtrader.Blueprint) error
Name,
CollectorNumber
) VALUES (
?, ?, ?, ?, ?
?, ?, ?, ?, ?, ?
)
ON DUPLICATE KEY UPDATE
Id = ?,