From a3bbeed4991424255ef1caf48c8ed45d23362b87 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: Sat, 11 Aug 2018 07:41:19 +0900 Subject: [PATCH] Fix: Experience player maestro ID Account Type = 100 --- src/game/lib/screen_bottom.js | 6 +- src/web/module/maestro_header.html | 4 +- .../player/player_experience_account.php | 56 +++++++++++++++---- 3 files changed, 49 insertions(+), 17 deletions(-) diff --git a/src/game/lib/screen_bottom.js b/src/game/lib/screen_bottom.js index 5239451..3da7550 100644 --- a/src/game/lib/screen_bottom.js +++ b/src/game/lib/screen_bottom.js @@ -8,9 +8,9 @@ class ScreenBottom { this.bottomBarCenterY = game.world.height - ScreenBottom.BOTTOM_BAR_HEIGHT / 2; - this.leftText = this.printBottomText(this.leftText, "sample", "left"); - this.centerText = this.printBottomText(this.centerText, "sample", "center"); - this.rightText = this.printBottomText(this.rightText, "sample", "right"); + this.leftText = this.printBottomText(this.leftText, "", "left"); + this.centerText = this.printBottomText(this.centerText, "", "center"); + this.rightText = this.printBottomText(this.rightText, "", "right"); } makeBottomLine() { diff --git a/src/web/module/maestro_header.html b/src/web/module/maestro_header.html index a47da69..9516981 100644 --- a/src/web/module/maestro_header.html +++ b/src/web/module/maestro_header.html @@ -61,8 +61,8 @@ function deleteMaestroAllRecords() {
- 테스트 계정 앱 실행 - 테스트 계정 초기화 + 마에스트로 앱 실행 + 마에스트로 앱 초기화 마에스트로 로그아웃