From 508c4dbcfddbbf7be533ac86059ceab41a472fe4 Mon Sep 17 00:00:00 2001 From: Logan Payton Date: Thu, 10 May 2018 20:38:09 -0400 Subject: [PATCH] Spacing --- ElvUI/Modules/Misc/LootRoll.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElvUI/Modules/Misc/LootRoll.lua b/ElvUI/Modules/Misc/LootRoll.lua index 7e86016..68a3862 100644 --- a/ElvUI/Modules/Misc/LootRoll.lua +++ b/ElvUI/Modules/Misc/LootRoll.lua @@ -255,7 +255,7 @@ function M:START_LOOT_ROLL(_, rollID, time) f.need:SetText(0) f.greed:SetText(0) f.pass:SetText(0) - + local texture, name, count, quality, bindOnPickUp = GetLootRollItemInfo(rollID) f.button.icon:SetTexture(texture) f.button.link = GetLootRollItemLink(rollID)