Compare commits

..

No commits in common. "release" and "0.1.2" have entirely different histories.

View file

@ -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);