1
0
Bifurcation 0

Added lonadar's fix for EK, Kalimdor and Maelstrom flying

Cette révision appartient à :
Nathanial.C.Jones 2010-12-13 03:17:57 +00:00
Parent db1b0fee04
révision 7514f56a68
1 fichiers modifiés avec 7 ajouts et 0 suppressions

Voir le fichier

@ -53,6 +53,13 @@ function QH_redo_flightpath()
if ridingLevel >= 225 and has_cwf then
QH_Graph_Flyplaneset(4, speed, cull) -- Northrend
end
local has_fmsl = not not GetSpellInfo(GetSpellInfo(90267))
if ridingLevel >= 225 and has_fmsl then
QH_Graph_Flyplaneset(5, speed, cull)
QH_Graph_Flyplaneset(2, speed, cull)
QH_Graph_Flyplaneset(1, speed, cull)
end
rlevel = ridingLevel
cwf = has_cwf