TL Get Info
This commit is contained in:
parent
51179ba4a2
commit
88a1c4ec3b
1 changed files with 1 additions and 1 deletions
|
|
@ -593,7 +593,7 @@ if (!Imported.CommonPopupCore) {
|
|||
text1 = value === 1 ? getInfoSkillText : lostInfoSkillText;
|
||||
break;
|
||||
default :
|
||||
text1 = value;
|
||||
text1 = value.replace(/_/g, " ");
|
||||
}
|
||||
if (text1 === '') { return }
|
||||
var descs = object.description ? object.description.split(/\n/) : [];
|
||||
|
|
|
|||
Loading…
Reference in a new issue