Skip to content

Commit

Permalink
fix 11.0.2 API deprecration
Browse files Browse the repository at this point in the history
  • Loading branch information
FuriousProgrammer committed Aug 13, 2024
1 parent 9d969d4 commit 91a2b63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DialogKey.toc
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
Expand Down

0 comments on commit 91a2b63

Please sign in to comment.