From 8b9cdcfe3c5ba884820cb33e6bce0f6ace219577 Mon Sep 17 00:00:00 2001 From: brightrim Date: Tue, 26 Nov 2024 17:07:23 +0100 Subject: [PATCH] Fixed bug in checking quality of npc portal books --- magic/arcane/spatial.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magic/arcane/spatial.lua b/magic/arcane/spatial.lua index 3fd52a38b..abd4ec952 100644 --- a/magic/arcane/spatial.lua +++ b/magic/arcane/spatial.lua @@ -307,7 +307,7 @@ local function getDestinationText(book) local destinationDe = book:getData("destinationDe") if common.IsNilOrEmpty(destinationDe) then - return "" -- No destination info for NPC sold books as it is written on them + return "", "" -- No destination info for NPC sold books as it is written on them end local prefixEn = "Destination: "