mirror of
https://github.com/Gurkengewuerz/nitro-docker.git
synced 2024-11-23 00:20:52 +01:00
chore: add catalog fix for songs
This commit is contained in:
parent
6907b8ceb0
commit
540593bcd4
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,6 +5,7 @@ assets/translation/gamedata/
|
||||
assets/translation/*.sql
|
||||
!assets/translation/update_crackable.sql
|
||||
!assets/translation/fix_room_items.sql
|
||||
!assets/translation/fix_song_disks.sql
|
||||
assets/swf
|
||||
assets/usercontent/**/*.png
|
||||
~$*.xlsx
|
||||
|
1
assets/translation/fix_song_disks.sql
Normal file
1
assets/translation/fix_song_disks.sql
Normal file
@ -0,0 +1 @@
|
||||
UPDATE catalog_items SET catalog_items.catalog_name = 'SONG song_disk' WHERE catalog_items.song_id > 0;
|
Loading…
Reference in New Issue
Block a user