CreatureText/Formating
* removed excess escape on talker name
This commit is contained in:
parent
c665062faa
commit
4b37a4fd70
1 changed files with 1 additions and 1 deletions
|
|
@ -506,7 +506,7 @@ class SmartAI
|
|||
$this->quotes[$creatureId] = $quotes;
|
||||
|
||||
if (!empty($this->quotes[$creatureId]))
|
||||
$this->quotes[$creatureId]['src'] = Util::jsEscape(CreatureList::getName($creatureId));
|
||||
$this->quotes[$creatureId]['src'] = CreatureList::getName($creatureId);
|
||||
}
|
||||
|
||||
private function getTalkSource(bool &$emptySource = false) : int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue