mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Items/Gearscore
* fix warning in GS calculation
This commit is contained in:
@@ -1664,7 +1664,7 @@ class ItemList extends DBTypeList
|
|||||||
$mh = $j;
|
$mh = $j;
|
||||||
else if ($j['id'] == $ohItem)
|
else if ($j['id'] == $ohItem)
|
||||||
$oh = $j;
|
$oh = $j;
|
||||||
else if ($j['gearscore'])
|
else if (!empty($j['gearscore']))
|
||||||
{
|
{
|
||||||
if ($j['slot'] == INVTYPE_RELIC)
|
if ($j['slot'] == INVTYPE_RELIC)
|
||||||
$score += 20;
|
$score += 20;
|
||||||
|
|||||||
Reference in New Issue
Block a user