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 내정시 최하 민심 설정*/