Fix: maestro test name

This commit is contained in:
2018-08-09 09:57:13 +09:00
parent 87c703ba9d
commit 18b41440a3
+1 -1
View File
@@ -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);