From 1f291853d67199bf8c91c27e2a3da71d9f589791 Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 18 Jul 2018 02:31:15 +0900 Subject: [PATCH] =?UTF-8?q?credit=20=EB=A7=81=ED=81=AC=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/GameConstBase.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hwe/sammo/GameConstBase.php b/hwe/sammo/GameConstBase.php index 31dcfd29..531ad022 100644 --- a/hwe/sammo/GameConstBase.php +++ b/hwe/sammo/GameConstBase.php @@ -6,9 +6,7 @@ class GameConstBase /** @var string 버전 */ public static $title = "삼국지 모의전투 PHP HiDCHe"; /** @var string 코드 아래에 붙는 설명 코드 */ - public static $banner = "KOEI의 이미지를 사용, 응용하였습니다 / 제작 : HideD(hided62@gmail.com)"; - /** @var string 코드 아래에 붙는 설명 코드 */ - public static $helper = "도움 주신 분들"; + public static $banner = "KOEI의 이미지를 사용, 응용하였습니다 / 제작 : HideD(hided62@gmail.com) / Credit"; /** @var string mapName 사용중인 지도명 */ public static $mapName = 'che'; /** @var string unitSet 사용중인 유닛셋 */