메시지 시스템에 9자 닉네임 적용

This commit is contained in:
2018-06-04 01:03:05 +09:00
parent f9d90c38ef
commit 7367eb1c45
8 changed files with 55 additions and 18 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ function processWar($general, $city) {
$gameStor = KVStorage::getStorage($db, 'game_env');
$connect=$db->get();
$templates = new \League\Plates\Engine('templates');
$templates = new \League\Plates\Engine(__dir__.'/templates');
$date = substr($general['turntime'],11,5);