From 18b41440a333e6b15479b8ca41a4602b1d0b8a3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=8B=E1=85=A2=E1=84=91=E1=85=B3=E1=86=AF=20=E1=84=82?= =?UTF-8?q?=E1=85=A9=E1=84=90=E1=85=B3=E1=84=87=E1=85=AE=E1=86=A8?= Date: Thu, 9 Aug 2018 09:57:13 +0900 Subject: [PATCH] Fix: maestro test name --- src/web/server/admin/register_maestro.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/server/admin/register_maestro.php b/src/web/server/admin/register_maestro.php index 487fb73..503e9d9 100644 --- a/src/web/server/admin/register_maestro.php +++ b/src/web/server/admin/register_maestro.php @@ -54,7 +54,7 @@ function add_maestro_test_player($maestroID) { $query = " INSERT INTO moty_player (MaestroID, Name, EnterCode, AccountType) - VALUES (?, 'Test', '', 1) + VALUES (?, '마에스트로', '', 1) "; $stmt = $db_conn->prepare($query); $stmt->bind_param("i", $maestroID);