From 6f87870e0937017f3a7d78926231accbae33253c Mon Sep 17 00:00:00 2001 From: Sarjuuk Date: Sun, 19 Mar 2023 20:48:49 +0100 Subject: [PATCH] Item/Tooltips (#368) * fixed broken link to required event --- includes/types/item.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'])