Skip to content

Commit

Permalink
[Filters] Errors - Prevent spam from addons
Browse files Browse the repository at this point in the history
  • Loading branch information
EsreverWoW committed Dec 2, 2023
1 parent 1e9add8 commit 91ead56
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions ShestakUI/Config/Filters/Errors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,5 @@ T.black_list = {
[OUT_OF_RAGE] = true,
[ERR_SPELL_OUT_OF_RANGE] = true,
[ERR_TOO_FAR_TO_INTERACT] = true,
[ERR_UNIT_NOT_FOUND] = true,
}
1 change: 1 addition & 0 deletions ShestakUI/Config/Filters_TBC/Errors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,5 @@ T.black_list = {
[OUT_OF_RAGE] = true,
[ERR_SPELL_OUT_OF_RANGE] = true,
[ERR_TOO_FAR_TO_INTERACT] = true,
[ERR_UNIT_NOT_FOUND] = true,
}
1 change: 1 addition & 0 deletions ShestakUI/Config/Filters_Vanilla/Errors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,5 @@ T.black_list = {
[OUT_OF_RAGE] = true,
[ERR_SPELL_OUT_OF_RANGE] = true,
[ERR_TOO_FAR_TO_INTERACT] = true,
[ERR_UNIT_NOT_FOUND] = true,
}
1 change: 1 addition & 0 deletions ShestakUI/Config/Filters_Wrath/Errors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,5 @@ T.black_list = {
[OUT_OF_RAGE] = true,
[ERR_SPELL_OUT_OF_RANGE] = true,
[ERR_TOO_FAR_TO_INTERACT] = true,
[ERR_UNIT_NOT_FOUND] = true,
}

0 comments on commit 91ead56

Please sign in to comment.