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 ## Interface: 11306
## Title: Button Forge |cff69ccf0(Classic)|r ## Title: Button Forge |cff69ccf0(Classic)|r
## Version: 1.0.3-classic ## Version: 1.0.3-classic-1
## Author: Massiner of Nathrezim, Albirew ## 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 ## 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 ## SavedVariables: ButtonForgeGlobalSettings, ButtonForgeGlobalProfiles, ButtonForgeGlobalBackup

Voir le fichier

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