Location Bar Addition : Vulpera Camp
I've been adding this to the locationbar.lua file for a while and wanted to share here to see about it being added to the source files for everyone to use/enjoy. Using the Dark Iron Dwarf racial as a template, I add the following directly after the Dark Iron Dwarf Mole Machine. In the most recent update, this ends up on lines 140-143.
["Vulpera"] = {
[1] = {text = GetSpellInfo(312370),icon = SLE:GetIconFromID("spell", 312370),secure = {buttonType = "spell",ID = 312370}, UseTooltip = true}, -- Make Camp (Vulpera)
[2] = {text = GetSpellInfo(312372),icon = SLE:GetIconFromID("spell", 312372),secure = {buttonType = "spell",ID = 312372}, UseTooltip = true}, -- Return to Camp (Vulpera)
},
This simply adds Vulpera Make Camp and Return to Camp in the same spot in the drop down as you would find the Mole Machine.