Albirew 2021-02-20 14:13:01 +01:00
Parent 00bf15fb7b
révision 7fbbf2f98d
2 fichiers modifiés avec 11 ajouts et 10 suppressions

Voir le fichier

@ -1,6 +1,6 @@
## Interface: 11306
## Title: Button Forge |cff69ccf0(Classic)|r
## Version: 1.0.3-classic
## Version: 1.0.3-classic-1
## Author: Massiner of Nathrezim, Albirew
## Notes: Add as many or few extra Action Bars and Buttons to your user interface to complement the standard (or other) Action Bars
## SavedVariables: ButtonForgeGlobalSettings, ButtonForgeGlobalProfiles, ButtonForgeGlobalBackup

Voir le fichier

@ -1888,15 +1888,16 @@ function Util.CacheCompanions()
Util.Critters[Name] = i;
end]]
-- Util.Mounts = {};
-- for i, mountID in pairs(C_MountJournal.GetMountIDs()) do
-- local creatureName, spellID = C_MountJournal.GetMountInfoByID(mountID);
-- if (not creatureName) then
-- return;
-- end
-- Util.Mounts[spellID] = mountID;
-- end
-- Util.CompanionsCached = true;
Util.Mounts = {};
--[[
for i, mountID in pairs(C_MountJournal.GetMountIDs()) do
local creatureName, spellID = C_MountJournal.GetMountInfoByID(mountID);
if (not creatureName) then
return;
end
Util.Mounts[spellID] = mountID;
end
Util.CompanionsCached = true;]]
end
function Util.LookupCompanion(Name)