util 클래스 명을 PSR1에 맞게 Util로 재 명명
This commit is contained in:
@@ -44,10 +44,10 @@ function process_22($connect, &$general) {
|
||||
|
||||
sendScoutMsg([
|
||||
'id' => $general['no'],
|
||||
'nation_id' => util::array_get($general['nation'], 0)
|
||||
'nation_id' => Util::array_get($general['nation'], 0)
|
||||
],[
|
||||
'id' => $you['no'],
|
||||
'nation_id' => util::array_get($you['nation'], 0)
|
||||
'nation_id' => Util::array_get($you['nation'], 0)
|
||||
],$date);
|
||||
|
||||
$general['intel2']++;
|
||||
|
||||
Reference in New Issue
Block a user