diff --git a/src/main/resources/config b/src/main/resources/config index 0f4c27e5..5e6c60e7 160000 --- a/src/main/resources/config +++ b/src/main/resources/config @@ -1 +1 @@ -Subproject commit 0f4c27e5bb593650ad4733c98f5c27b54eebc3c2 +Subproject commit 5e6c60e731be0f52ae7ffe2ae5094e1074b36233 diff --git a/src/main/resources/sql/data.sql b/src/main/resources/sql/data.sql index 7ed20150..7030418f 100644 --- a/src/main/resources/sql/data.sql +++ b/src/main/resources/sql/data.sql @@ -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) @@ -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',