Compare commits
No commits in common. "0d354abe8f68e01d6428d35950c8749ffc45eac3" and "fe928b88246c212a408b88ae82f803aaaac56c13" have entirely different histories.
0d354abe8f
...
fe928b8824
1 changed files with 3 additions and 2 deletions
|
@ -86,8 +86,8 @@ local cameraBinds = {
|
|||
["-"] = "CAMERAZOOMOUT",
|
||||
["+"] = "CAMERAZOOMIN",
|
||||
|
||||
["MOUSEWHEELUP"] = "STARTAUTORUN",
|
||||
["MOUSEWHEELDOWN"] = "FOLLOWTARGET",
|
||||
["MOUSEWHEELUP"] = "FOLLOWTARGET",
|
||||
["MOUSEWHEELDOWN"] = "STARTAUTORUN",
|
||||
}
|
||||
|
||||
-- Unsets a binding, if it exists
|
||||
|
@ -129,6 +129,7 @@ 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