From 762e7f72c353d0303c2751da76d06d6e39f6fa21 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sun, 1 Apr 2018 04:12:03 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B2=84=EC=A0=84=20=EC=BD=94=EB=93=9C=20?= =?UTF-8?q?=ED=86=B5=ED=95=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func.php | 7 ++++++- hwe/sammo/GameConst.php | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/hwe/func.php b/hwe/func.php index f7da092b..19a867ea 100644 --- a/hwe/func.php +++ b/hwe/func.php @@ -1510,7 +1510,12 @@ function msgprint($connect, $msg, $name, $picture, $imgsvr, $when, $num, $type) function banner() { - return sprintf('%s / %s
%s
', GameConst::$version, GameConst::$banner, GameConst::$helper); + return sprintf( + '%s %s / %s
%s
', + GameConst::$title, + VersionGit::$version, + GameConst::$banner, + GameConst::$helper); } function addTurn($date, int $turnterm, int $turn=1) { diff --git a/hwe/sammo/GameConst.php b/hwe/sammo/GameConst.php index b92888cb..9fe44ba7 100644 --- a/hwe/sammo/GameConst.php +++ b/hwe/sammo/GameConst.php @@ -3,9 +3,9 @@ namespace sammo; class GameConst{ /** @var string 버전 */ - public static $version = "삼국지 모의전투 PHP HideD v0.1"; + public static $title = "삼국지 모의전투 PHP HideD"; /** @var string 코드 아래에 붙는 설명 코드 */ - public static $banner = "KOEI의 이미지를 사용, 응용하였습니다 / 제작 : 유기체(jwh1807@gmail.com), HideD(hided62@gmail.com)"; + public static $banner = "KOEI의 이미지를 사용, 응용하였습니다 / 제작 : HideD(hided62@gmail.com)"; /** @var string 코드 아래에 붙는 설명 코드 */ public static $helper = "도움 주신 분들"; /** @var int 내정시 최하 민심 설정*/