Skip to content

Commit

Permalink
Fixed bug in checking quality of npc portal books
Browse files Browse the repository at this point in the history
  • Loading branch information
brightrim committed Nov 26, 2024
1 parent ce69369 commit 8b9cdcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magic/arcane/spatial.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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: "
Expand Down

0 comments on commit 8b9cdcf

Please sign in to comment.