Merge pull request 'Rebinds and remove autolootdefault' (#1) from master into release
Reviewed-on: #1
This commit is contained in:
commit
0d354abe8f
1 changed files with 2 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue