瀏覽代碼

Removing remaining C_GossipInfo from Shadowlands merge

tags/2.1.12-classic
SabinDeus 4 年之前
父節點
當前提交
9e4b940a8f
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      TurnIn.lua

+ 1
- 1
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

Loading…
取消
儲存