mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
@@ -269,7 +269,7 @@ class NpcPage extends GenericPage
|
|||||||
if ($tmpRes)
|
if ($tmpRes)
|
||||||
{
|
{
|
||||||
$stats['resistance'] = Lang::npc('resistances').Lang::main('colon');
|
$stats['resistance'] = Lang::npc('resistances').Lang::main('colon');
|
||||||
if (count($tmpRes > 3))
|
if (count($tmpRes) > 3)
|
||||||
$stats['resistance'] .= implode(' ', array_slice($tmpRes, 0, 3)).'[br]'.implode(' ', array_slice($tmpRes, 3));
|
$stats['resistance'] .= implode(' ', array_slice($tmpRes, 0, 3)).'[br]'.implode(' ', array_slice($tmpRes, 3));
|
||||||
else
|
else
|
||||||
$stats['resistance'] .= implode(' ', $tmpRes);
|
$stats['resistance'] .= implode(' ', $tmpRes);
|
||||||
|
|||||||
Reference in New Issue
Block a user