From 1a6625a38f2323260da03c068588675fb526e3c7 Mon Sep 17 00:00:00 2001 From: ViVi Date: Fri, 8 Nov 2024 20:24:22 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20[SW2]=20=E9=AD=94=E7=89=A9=E4=B8=80?= =?UTF-8?q?=E8=A6=A7=E3=81=AB=E3=81=8A=E3=81=84=E3=81=A6=E3=80=81=E4=B8=80?= =?UTF-8?q?=E9=83=A8=E3=81=AE=E8=A6=8B=E5=87=BA=E3=81=97=E3=81=AB=E7=A9=BA?= =?UTF-8?q?=E3=81=AE=20small=20=E8=A6=81=E7=B4=A0=E3=81=8C=E5=90=AB?= =?UTF-8?q?=E3=81=BE=E3=82=8C=E3=81=A6=E3=81=84=E3=81=9F=E3=81=AE=E3=82=92?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _core/lib/sw2/list-mons.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_core/lib/sw2/list-mons.pl b/_core/lib/sw2/list-mons.pl index 802989f19..1cc4478a4 100644 --- a/_core/lib/sw2/list-mons.pl +++ b/_core/lib/sw2/list-mons.pl @@ -325,7 +325,7 @@ sub lvMaxCheck { ## push(@characterlists, { "URL" => 'taxa='.$urltaxa, - "NAME" => "$name $text", + "NAME" => $text ? "$name $text" : $name, "NUM" => $count{$name}, "MOUNT" => ($name eq '騎獣' ? 1 : 0), "Characters" => ($grouplist{$name} ? [@{$grouplist{$name}}] : []),