Skip to content

Commit

Permalink
merge develop into
Browse files Browse the repository at this point in the history
  • Loading branch information
hongdosan committed Nov 29, 2023
2 parents 0baf8e3 + bcda782 commit c9586b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/config
8 changes: 4 additions & 4 deletions src/main/resources/sql/data.sql
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
insert into item (type, category, name, awake_image, sleep_image, unlock_level, created_at)
values ('MORNING', 'SKIN', '오목눈이알', 'https://image.moabam.com/moabam/skins/omok/default/egg.png',
values ('MORNING', 'SKIN', '오목눈이 알', 'https://image.moabam.com/moabam/skins/omok/default/egg.png',
'https://image.moabam.com/moabam/skins/omok/default/egg.png', 0, current_time());

insert into item (type, category, name, awake_image, sleep_image, unlock_level, created_at)
values ('NIGHT', 'SKIN', '부엉이알', 'https://image.moabam.com/moabam/skins/owl/default/egg.png',
values ('NIGHT', 'SKIN', '부엉이 알', 'https://image.moabam.com/moabam/skins/owl/default/egg.png',
'https://image.moabam.com/moabam/skins/owl/default/egg.png', 0, current_time());

insert into item (type, category, name, awake_image, sleep_image, unlock_level, created_at)
Expand Down Expand Up @@ -31,8 +31,8 @@ values ('NIGHT', 'SKIN', '목도리 부엉이', 'https://image.moabam.com/moabam
'https://image.moabam.com/moabam/skins/owl/scarf/eyes-closed', 20, 10, 10, current_time());

insert into item (type, category, name, awake_image, sleep_image, bug_price, golden_bug_price, unlock_level, created_at)
values ('MORNING', 'SKIN', '산타 오목눈이', 'https://image.moabam.com/moabam/skins/omok/scarf/eyes-opened.png',
'https://image.moabam.com/moabam/skins/omok/scarf/eyes-closed', 30, 15, 15, current_time());
values ('MORNING', 'SKIN', '산타 오목눈이', 'https://image.moabam.com/moabam/skins/omok/santa/eyes-opened.png',
'https://image.moabam.com/moabam/skins/omok/santa/eyes-closed', 30, 15, 15, current_time());

insert into item (type, category, name, awake_image, sleep_image, bug_price, golden_bug_price, unlock_level, created_at)
values ('NIGHT', 'SKIN', '산타 부엉이', 'https://image.moabam.com/moabam/skins/owl/santa/eyes-opened.png',
Expand Down

0 comments on commit c9586b3

Please sign in to comment.