Skip to content

Commit

Permalink
fix queen migration
Browse files Browse the repository at this point in the history
  • Loading branch information
ipax77 committed Nov 9, 2024
1 parent 0ae8580 commit ecd94d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ UPDATE DsWeapons
// 2. Delete related BonusDamages for those records
var deleteBonusDamagesSql = @"
DELETE bd
FROM dsstats.BonusDamages AS bd
FROM BonusDamages AS bd
INNER JOIN DsWeapons AS dw ON bd.DsWeaponId = dw.DsWeaponId
WHERE dw.`Name` = 'Acid Spines' AND dw.`Range` = 7;
";
Expand Down

0 comments on commit ecd94d0

Please sign in to comment.