From 91a2b6323555c23f68a710b05bdf63096fb52430 Mon Sep 17 00:00:00 2001 From: Adam Albee Date: Tue, 13 Aug 2024 16:44:05 -0500 Subject: [PATCH] fix 11.0.2 API deprecration --- DialogKey.toc | 4 ++-- main.lua | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DialogKey.toc b/DialogKey.toc index dd73554..685069e 100644 --- a/DialogKey.toc +++ b/DialogKey.toc @@ -1,8 +1,8 @@ -## Interface: 110000 +## Interface: 110002 ## Title: DialogKey DF ## Notes: Lets you hit a key to confirm loot/purchase dialogs, accept/complete quests, select quest rewards, etc. Hit 2 to select a reward then spacebar to complete quests? Easy! ## Author: N01ch & FuriousProgrammer -## Version: 1.7.0 +## Version: 1.7.1 ## SavedVariables: DialogKeyDFDB ## OptionalDeps: Immersion embeds.xml diff --git a/main.lua b/main.lua index ad82292..f47c9d8 100644 --- a/main.lua +++ b/main.lua @@ -40,7 +40,7 @@ local function GossipDataProviderHook(frame) end function DialogKey:OnInitialize() - if IsAddOnLoaded("Immersion") then + if C_AddOns.IsAddOnLoaded("Immersion") then self:print("Immersion AddOn detected.") self:print("The Immersion addon is known to conflict with DialogKey!") self:print("Please check your addon settings before reporting bugs.")