Add spellQ settings

This commit is contained in:
2024-12-15 22:18:57 +01:00
parent 5e4b358763
commit 5d2b1c3fb6
3 changed files with 21 additions and 4 deletions

View File

@@ -13,9 +13,7 @@ frame:SetScript("OnEvent", function(self, event, ...)
end)
SlashCmdList["CAMERASETTINGS"] = function(speed)
if speed then
CykaCameraSpeed = speed
end
if speed then CykaCameraSpeed = speed end
SetCameraSpeed(CykaCameraSpeed)
end
SLASH_CAMERASETTINGS1 = "/cs"