Skip to content

Commit

Permalink
release the pinocolada changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammers21 committed Sep 16, 2024
1 parent a8947c5 commit a4236ea
Show file tree
Hide file tree
Showing 8 changed files with 193 additions and 24 deletions.
17 changes: 16 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,21 @@
"ChatFontNormal",
"OKAY",
"NOT_BOUND",
"UnitAura"
"ReloadUI"
],
"Lua.runtime.version": "Lua 5.1",
"Lua.runtime.builtin": {
"basic": "disable",
"debug": "disable",
"io": "disable",
"math": "disable",
"os": "disable",
"package": "disable",
"string": "disable",
"table": "disable",
"utf8": "disable"
},
"Lua.workspace.library": [
"~\\.vscode\\extensions\\ketho.wow-api-0.17.6\\Annotations"
]
}
8 changes: 7 additions & 1 deletion Config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ local drCategories = {
["Disorient"] = "Disorients",
["Silence"] = "Silences",
["Root"] = "Roots",
["Knock"] = "Knocks",
["Disarm"] = "Disarms",
}

local drIcons = {
Expand All @@ -33,6 +35,8 @@ local drIcons = {
Disorient = 136183,
Silence = 458230,
Root = 136100,
Knock = 237589,
Disarm = 132343,
}


Expand Down Expand Up @@ -567,6 +571,8 @@ function sArenaMixin:UpdateDRSettings(db, info, val)
"Disorient",
"Silence",
"Root",
"Knock",
"Disarm",
}

if ( val ) then
Expand Down Expand Up @@ -639,7 +645,7 @@ function sArenaMixin:UpdateRacialSettings(db, info, val)
end

local function setDRIcons()
local drIconsOrder = {"Stun", "Incapacitate", "Disorient", "Silence", "Root"}
local drIconsOrder = {"Stun", "Incapacitate", "Disorient", "Silence", "Root", "Knock", "Disarm"}
local inputs = {
drIconsTitle = {
order = 1,
Expand Down
Loading

0 comments on commit a4236ea

Please sign in to comment.