Skip to content

Commit

Permalink
Merge pull request #1862 from GiganticMinecraft/fix/remove_minus_calc…
Browse files Browse the repository at this point in the history
…ulate_gacha_id

fix: idを右にずらすつもりがまた左にずらしてしまったのを修正
  • Loading branch information
rito528 authored Feb 5, 2023
2 parents e1f0ed8 + c2f10cb commit 5962fc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ INSERT INTO
mine_stack_gacha_objects(id, mine_stack_object_name)
SELECT
id,
CONCAT('gachadata0_', id)
CONCAT('gachadata0_', id - 2)
FROM
gachadata
WHERE
Expand Down

0 comments on commit 5962fc9

Please sign in to comment.