Fix: maestro test name
This commit is contained in:
@@ -54,7 +54,7 @@ function add_maestro_test_player($maestroID) {
|
|||||||
|
|
||||||
$query = "
|
$query = "
|
||||||
INSERT INTO moty_player (MaestroID, Name, EnterCode, AccountType)
|
INSERT INTO moty_player (MaestroID, Name, EnterCode, AccountType)
|
||||||
VALUES (?, 'Test', '', 1)
|
VALUES (?, '마에스트로', '', 1)
|
||||||
";
|
";
|
||||||
$stmt = $db_conn->prepare($query);
|
$stmt = $db_conn->prepare($query);
|
||||||
$stmt->bind_param("i", $maestroID);
|
$stmt->bind_param("i", $maestroID);
|
||||||
|
|||||||
Reference in New Issue
Block a user