MikaMounter

A simple addon, that mounts you up depending on the location you're in

File Details

MikaMounter-r23F2.zip

  • R
  • Jul 5, 2019
  • 688.98 KB
  • 39
  • 5.2.0
  • Retail

File Name

MikaMounter-r23F2.zip

Supported Versions

  • 5.2.0

- Jazeera´s nicht veröffentlichte Änderung übernommen.
MikaMounter.lua Zeile 175 - 178 ersetzt.
Von:
local spellType, spellId = GetSpellBookItemInfo(L["Expert Riding"]);
if ( spellType == "SPELL" ) then
allowedToFly = true;
end;

Zu:
-- expertRider = Achievement is completed by THIS char
local _, _, _, _, _, _, _, _, _, _, _, _, expertRider = GetAchievementInfo(890);
if ( expertRider ) then
allowedToFly = true;
end;
- MikaMounter.toc Interface und Version aktualisiert.

 

Released: 2013-05-03 14:59

 

These patches were done by my friend Faithwarrior on Mug'thol EU during my break.