From 092e62d3cb50b7daa79c7ed074de7bf3749473ca Mon Sep 17 00:00:00 2001 From: Darthpred Date: Mon, 1 Oct 2012 13:38:12 +0400 Subject: [PATCH] Fixed red flying cloud not showing in the mount list --- ElvUI_SLE/modules/skins/blizzard/searchmounts.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ElvUI_SLE/modules/skins/blizzard/searchmounts.lua b/ElvUI_SLE/modules/skins/blizzard/searchmounts.lua index 956943b..59a75e1 100644 --- a/ElvUI_SLE/modules/skins/blizzard/searchmounts.lua +++ b/ElvUI_SLE/modules/skins/blizzard/searchmounts.lua @@ -44,6 +44,8 @@ frame:SetScript("OnEvent", function(self, event, addon) mounts[index] = "ground" elseif flag == 31 then mounts[index] = "combined" + elseif flag == 23 then + mounts[index] = "combined" end if id == 34187 then -- 1.7.9.5