Updated TOC for 12.0 beta and 11.2.7 live
This commit is contained in:
parent
a6f5433efc
commit
5e84b90850
@ -120,7 +120,7 @@ end
|
|||||||
|
|
||||||
function TI_debug(...)
|
function TI_debug(...)
|
||||||
if(TI_status.debugstate) then
|
if(TI_status.debugstate) then
|
||||||
LoadAddOn("Blizzard_DebugTools")
|
C_AddOns.LoadAddOn("Blizzard_DebugTools")
|
||||||
local x = {...};
|
local x = {...};
|
||||||
for k,v in pairs(x) do
|
for k,v in pairs(x) do
|
||||||
if type(v) == "table" and DevTools_Dump then
|
if type(v) == "table" and DevTools_Dump then
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
## Interface: 110002
|
## Interface: 110205,110207,120000
|
||||||
## X-Compatible-With: 110002
|
## X-Compatible-With: 110205,110207,120000
|
||||||
## Title: Turn In
|
## Title: Turn In
|
||||||
## Notes: Automates the selection of quest and gossip options.
|
## Notes: Automates the selection of quest and gossip options.
|
||||||
## SavedVariables: TI_status, TI_NPCDB, TI_NPCIndex
|
## SavedVariables: TI_status, TI_NPCDB, TI_NPCIndex
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user