Skip to content

Commit

Permalink
🧹
Browse files Browse the repository at this point in the history
  • Loading branch information
p3lim committed Nov 14, 2024
1 parent 3bfe86a commit d0d3431
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .luacheckrc
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,12 @@ read_globals = {
'C_Timer',

-- API
'AcceptQuest',
'ClearOverrideBindings',
'CreateFrame',
'GetActionInfo',
'GetQuestID',
'GetQuestReward',
'GetRaidTargetIndex',
'HasExtraActionBar',
'InCombatLockdown',
Expand Down
2 changes: 1 addition & 1 deletion modules/reflect.lua
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ function addon:GOSSIP_SHOW()
if NPCS[npcID] then
addon:Print('Unknown option')
answered = false
for index, info in next, C_GossipInfo.GetOptions() do
for _, info in next, C_GossipInfo.GetOptions() do
addon:Print(info.gossipOptionID, info.name)
end
end
Expand Down

0 comments on commit d0d3431

Please sign in to comment.