improved refresh after disenchanting an item

This commit is contained in:
Anch
2023-11-01 01:47:37 +13:00
parent b3c527e464
commit 810f8de13a
2 changed files with 3 additions and 8 deletions
-1
View File
@@ -151,7 +151,6 @@ local profSubList = {
}
function PM:UNIT_SPELLCAST_SUCCEEDED(event, arg1, arg2)
PM:RemoveItem(arg2)
PM:UpdateItemFrame(arg2)
end
local cTip = CreateFrame("GameTooltip","cTooltip",nil,"GameTooltipTemplate")