Items/Gearscore
* fix warning in GS calculation
This commit is contained in:
parent
196f60f176
commit
b832fc172c
1 changed files with 1 additions and 1 deletions
|
|
@ -1664,7 +1664,7 @@ class ItemList extends DBTypeList
|
|||
$mh = $j;
|
||||
else if ($j['id'] == $ohItem)
|
||||
$oh = $j;
|
||||
else if ($j['gearscore'])
|
||||
else if (!empty($j['gearscore']))
|
||||
{
|
||||
if ($j['slot'] == INVTYPE_RELIC)
|
||||
$score += 20;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue