mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
Fix action bars and remove a thing we dont need
This commit is contained in:
@@ -50,7 +50,6 @@ E["ModuleCallbacks"] = {["CallPriority"] = {}}
|
||||
E["InitialModuleCallbacks"] = {["CallPriority"] = {}}
|
||||
E["valueColorUpdateFuncs"] = {}
|
||||
E.TexCoords = {.08, .92, .08, .92}
|
||||
E.VehicleLocks = {}
|
||||
E.CreditsList = {}
|
||||
E.PixelMode = false
|
||||
|
||||
|
||||
@@ -492,7 +492,9 @@ function AB:Initialize()
|
||||
self:RawHook("ActionButton_GetPagedID")
|
||||
-- self:SecureHook("PetActionBar_Update", "UpdatePet")
|
||||
|
||||
BonusActionBarFrame:Show()
|
||||
if E.myclass == "WARRIOR" or E.myclass == "DRUID" then
|
||||
BonusActionBarFrame:Show()
|
||||
end
|
||||
end
|
||||
|
||||
local function InitializeCallback()
|
||||
|
||||
Reference in New Issue
Block a user