Skip to content

Instantly share code, notes, and snippets.

@tekkub
Created December 16, 2009 01:00
Show Gist options
  • Select an option

  • Save tekkub/257475 to your computer and use it in GitHub Desktop.

Select an option

Save tekkub/257475 to your computer and use it in GitHub Desktop.
local f = CreateFrame("Frame")
f:RegisterEvent("CONFIRM_DISENCHANT_ROLL")
f:SetScript("OnEvent", function(self, event, id, rollType) ConfirmLootRoll(id, rollType) end)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment