Removing remaining C_GossipInfo from Shadowlands merge
This commit is contained in:
parent
385ab302f5
commit
9e4b940a8f
@ -507,7 +507,7 @@ function TI_HandleGossipWindow(gorq)
|
|||||||
for i2,v2 in ipairs(GossipOptions) do
|
for i2,v2 in ipairs(GossipOptions) do
|
||||||
if (v2.name == current.name) then
|
if (v2.name == current.name) then
|
||||||
TI_debug(i1.."-Gossip Match Found: "..current.name..", "..current.type);
|
TI_debug(i1.."-Gossip Match Found: "..current.name..", "..current.type);
|
||||||
C_GossipInfo.SelectOption(i2);
|
SelectGossipOption(i2);
|
||||||
return;
|
return;
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user