diff --git a/includes/types/item.class.php b/includes/types/item.class.php index a5051369..a0584e57 100644 --- a/includes/types/item.class.php +++ b/includes/types/item.class.php @@ -607,7 +607,7 @@ class ItemList extends BaseType // required holiday if ($eId = $this->curTpl['eventId']) if ($hName = DB::Aowow()->selectRow('SELECT h.* FROM ?_holidays h JOIN ?_events e ON e.holidayId = h.id WHERE e.id = ?d', $eId)) - $x .= '
'.sprintf(Lang::game('requires'), ''.Util::localizedString($hName, 'name').''); + $x .= '
'.sprintf(Lang::game('requires'), ''.Util::localizedString($hName, 'name').''); // item begins a quest if ($this->curTpl['startQuest'])