Skip to content

Commit

Permalink
fix: make sure to load the LootItem class
Browse files Browse the repository at this point in the history
  • Loading branch information
zeevallin committed Dec 20, 2020
1 parent 2f6d107 commit 2f93afc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Loot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -800,6 +800,7 @@ function Addon:ADDON_LOOT_ITEM_PROPOSED(event, item, players)
end

function Addon:CreateItemGroup(item)
local item = LootItem:load(item)
local grp = AceGUI:Create("SimpleGroup")
AceEvent:Embed(grp)

Expand Down

0 comments on commit 2f93afc

Please sign in to comment.