Rebinds and remove autolootdefault #1

Merged
Imbus merged 1 commit from master into release 2023-11-04 17:38:10 +01:00
Showing only changes of commit 6431258471 - Show all commits

View file

@ -86,8 +86,8 @@ local cameraBinds = {
["-"] = "CAMERAZOOMOUT",
["+"] = "CAMERAZOOMIN",
["MOUSEWHEELUP"] = "FOLLOWTARGET",
["MOUSEWHEELDOWN"] = "STARTAUTORUN",
["MOUSEWHEELUP"] = "STARTAUTORUN",
["MOUSEWHEELDOWN"] = "FOLLOWTARGET",
}
-- Unsets a binding, if it exists
@ -129,7 +129,6 @@ local function enableBars()
SetCVar("alwaysShowActionBars", 1);
SetCVar("lockActionBars", 1);
SetCVar("countdownForCooldowns", 1);
SetCVar("autoLootDefault", 1);
SetCVar("cameraDistanceMaxZoomFactor", 2);
SetCVar("instantQuestText", 1);
SetCVar("nameplateShowAll", 1);