diff --git a/ElvUI/Modules/Skins/Blizzard/BlizzardOptions.lua b/ElvUI/Modules/Skins/Blizzard/BlizzardOptions.lua index c409100..472aee8 100644 --- a/ElvUI/Modules/Skins/Blizzard/BlizzardOptions.lua +++ b/ElvUI/Modules/Skins/Blizzard/BlizzardOptions.lua @@ -181,10 +181,6 @@ S:AddCallback("Skin_BlizzardOptions", function() "InterfaceOptionsNamesPanelFriendlyPets", "InterfaceOptionsNamesPanelFriendlyGuardians", "InterfaceOptionsNamesPanelFriendlyTotems", - "InterfaceOptionsNamesPanelUnitNameplatesFriends", - "InterfaceOptionsNamesPanelUnitNameplatesFriendlyGuardians", - "InterfaceOptionsNamesPanelUnitNameplatesFriendlyPets", - "InterfaceOptionsNamesPanelUnitNameplatesFriendlyTotems", "InterfaceOptionsNamesPanelGuilds", "InterfaceOptionsNamesPanelNPCNames", "InterfaceOptionsNamesPanelUnitNameplatesAllowOverlap", @@ -194,10 +190,6 @@ S:AddCallback("Skin_BlizzardOptions", function() "InterfaceOptionsNamesPanelEnemyPets", "InterfaceOptionsNamesPanelEnemyGuardians", "InterfaceOptionsNamesPanelEnemyTotems", - "InterfaceOptionsNamesPanelUnitNameplatesEnemyPets", - "InterfaceOptionsNamesPanelUnitNameplatesEnemies", - "InterfaceOptionsNamesPanelUnitNameplatesEnemyGuardians", - "InterfaceOptionsNamesPanelUnitNameplatesEnemyTotems", "InterfaceOptionsCombatTextPanelTargetDamage", "InterfaceOptionsCombatTextPanelPeriodicDamage", "InterfaceOptionsCombatTextPanelPetDamage", @@ -265,6 +257,22 @@ S:AddCallback("Skin_BlizzardOptions", function() "InterfaceOptionsDraftPanelSkipDraftConfirmation", "InterfaceOptionsDraftPanelSkipDraftSacrificeConfirmation", "InterfaceOptionsDraftPanelShowBuildDraftSpellCards", + "InterfaceOptionsNamePlatePanelAllowOverlap", + "InterfaceOptionsNamePlatePanelFriends", + "InterfaceOptionsNamePlatePanelFriendlyPets", + "InterfaceOptionsNamePlatePanelFriendlyGuardians", + "InterfaceOptionsNamePlatePanelFriendlyTotems", + "InterfaceOptionsNamePlatePanelEnemies", + "InterfaceOptionsNamePlatePanelEnemyPets", + "InterfaceOptionsNamePlatePanelEnemyGuardians", + "InterfaceOptionsNamePlatePanelEnemyTotems", + "InterfaceOptionsNamePlatePanelIntersectUseCamera", + "InterfaceOptionsActionCameraEnableActionCam", + "InterfaceOptionsActionCameraHeadBob", + "InterfaceOptionsActionCameraFocusInteractable", + "InterfaceOptionsActionCameraFocusTarget", + "InterfaceOptionsMouseoverCastPanelMouseoverCastFriendly", + "InterfaceOptionsMouseoverCastPanelMouseoverCastHarm", "AudioOptionsSoundPanelEnableSound", "AudioOptionsSoundPanelSoundEffects", @@ -313,8 +321,17 @@ S:AddCallback("Skin_BlizzardOptions", function() "InterfaceOptionsCombatPanelSpellActivationOverlayAlpha", "InterfaceOptionsMousePanelMouseLookSpeedSlider", "InterfaceOptionsMousePanelMouseSensitivitySlider", - "InterfaceOptionsCombatPanelNameplateDistance", - "InterfaceOptionsCombatPanelNameplateZ", + "InterfaceOptionsNamePlatePanelIntersectOpacity", + "InterfaceOptionsNamePlatePanelNameplateDistance", + "InterfaceOptionsNamePlatePanelFadeInMin", + "InterfaceOptionsNamePlatePanelNameplateZ", + "InterfaceOptionsNamePlatePanelFadeInMax", + "InterfaceOptionsActionCameraAngle", + "InterfaceOptionsActionCameraHeight", + "InterfaceOptionsActionCameraMinPitch", + "InterfaceOptionsActionCameraDistance", + "InterfaceOptionsActionCameraTurnSpeed", + "InterfaceOptionsActionCameraMaxPitch", "AudioOptionsSoundPanelSoundQuality", "AudioOptionsSoundPanelSoundChannels", @@ -383,6 +400,7 @@ S:AddCallback("Skin_BlizzardOptions", function() "InterfaceOptionsCameraPanelStyleDropDown", "InterfaceOptionsMousePanelClickMoveStyleDropDown", "InterfaceOptionsLanguagesPanelLocaleDropDown", + "InterfaceOptionsMouseoverCastPanelHotkeyDropDown", "AudioOptionsSoundPanelHardwareDropDown",