Skip to content

Commit 49daa02

Browse files
committed
Create 20260806000000_fix_hsr_collab_banner_types.sql
1 parent 86c596d commit 49daa02

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
-- HSR Fate collab banner pools use the dedicated collab gacha types.
2+
UPDATE banners
3+
SET character_gacha_type = 21
4+
WHERE character IN (1014, 1015, 1508, 1509);
5+
6+
UPDATE banners
7+
SET light_cone_gacha_type = 22
8+
WHERE light_cone IN (23045, 23046, 23061, 23062);

0 commit comments

Comments
 (0)