From 9e4b940a8fb63d733470d9672e6efdde844165c5 Mon Sep 17 00:00:00 2001 From: SabinDeus Date: Fri, 25 Jun 2021 20:16:46 -0400 Subject: [PATCH] Removing remaining C_GossipInfo from Shadowlands merge --- TurnIn.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TurnIn.lua b/TurnIn.lua index 9046336..883e3b6 100644 --- a/TurnIn.lua +++ b/TurnIn.lua @@ -507,7 +507,7 @@ function TI_HandleGossipWindow(gorq) for i2,v2 in ipairs(GossipOptions) do if (v2.name == current.name) then TI_debug(i1.."-Gossip Match Found: "..current.name..", "..current.type); - C_GossipInfo.SelectOption(i2); + SelectGossipOption(i2); return; end end