Skip to content

Commit 368d35a

Browse files
committed
fix fc name
1 parent b9985b2 commit 368d35a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Lodestone/Parser/ParseCharacter.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ private function parseProfileGrandCompany($node)
330330
private function parseProfileFreeCompany($node)
331331
{
332332
$this->profile->FreeCompanyId = $this->getLodestoneId($node);
333-
$this->profile->FreeCompanyName = trim($node->text());
333+
$this->profile->FreeCompanyName = trim($node->find('a')->text());
334334
}
335335

336336
/**

0 commit comments

Comments
 (0)