weap -> weapon

This commit is contained in:
2019-10-04 18:15:12 +09:00
parent 4c3cc8547c
commit 6f722f9ead
23 changed files with 68 additions and 68 deletions
@@ -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'=>'도구',
];
+1 -1
View File
@@ -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){