Skip to content

Commit

Permalink
map: adjust wording for gameobject tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
shagu committed Feb 14, 2020
1 parent 99bc38c commit 968dba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion map.lua
Expand Up @@ -225,7 +225,7 @@ function pfMap:ShowTooltip(meta, tooltip)

if not catchFallback and meta["spawn"] and not meta["texture"] then
catchFallback = true
tooltip:AddLine("|cffaaaaaa- |r" .. pfQuest_Loc["Kill"] .. ": " .. meta["spawn"], .7,.7,.7)
tooltip:AddLine("|cffaaaaaa- |r" .. (meta["level"] and pfQuest_Loc["Kill"] or pfQuest_Loc["Interact"]) .. ": " .. meta["spawn"], .7,.7,.7)
end

if not catchFallback and meta["texture"] and meta["qlvl"] then
Expand Down

0 comments on commit 968dba3

Please sign in to comment.