weap -> weapon
This commit is contained in:
@@ -30,7 +30,7 @@ class che_군량매매 extends Command\GeneralCommand{
|
||||
|
||||
static $itemMap = [
|
||||
'horse'=>'명마',
|
||||
'weap'=>'무기',
|
||||
'weapon'=>'무기',
|
||||
'book'=>'서적',
|
||||
'item'=>'도구',
|
||||
];
|
||||
|
||||
@@ -30,7 +30,7 @@ class che_장비매매 extends Command\GeneralCommand{
|
||||
|
||||
static $itemMap = [
|
||||
'horse'=>'명마',
|
||||
'weap'=>'무기',
|
||||
'weapon'=>'무기',
|
||||
'book'=>'서적',
|
||||
'item'=>'도구',
|
||||
];
|
||||
|
||||
@@ -218,7 +218,7 @@ class che_화계 extends Command\GeneralCommand{
|
||||
[$year, $month] = [$env['year'], $env['month']];
|
||||
|
||||
foreach($db->query(
|
||||
'SELECT `no`,name,city,nation,level,leadership,horse,strength,weap,intel,book,item,last_turn,injury,special,special2 FROM general WHERE city = %i',
|
||||
'SELECT `no`,name,city,nation,level,leadership,horse,strength,weapon,intel,book,item,last_turn,injury,special,special2 FROM general WHERE city = %i',
|
||||
$destCityID,
|
||||
$destNationID
|
||||
) as $rawDestCityGeneral){
|
||||
|
||||
Reference in New Issue
Block a user