From b9d23a62c018110ef94179ff812f373d2f50b844 Mon Sep 17 00:00:00 2001 From: Dev Uni Date: Tue, 28 Nov 2023 18:51:43 +0900 Subject: [PATCH] =?UTF-8?q?hotfix:=20config=20admin=20key=20=EC=97=85?= =?UTF-8?q?=EB=8D=B0=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/config | 2 +- src/main/resources/sql/data.sql | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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',