Quantcast

Fixed red flying cloud not showing in the mount list

Darthpred [10-01-12 - 09:38]
Fixed red flying cloud not showing in the mount list
Filename
ElvUI_SLE/modules/skins/blizzard/searchmounts.lua
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