Skip to content

Commit

Permalink
Plugins/BossBlock: More toast improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Aug 20, 2024
1 parent b7d68d9 commit 35e8e06
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Plugins/BossBlock.lua
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,9 @@ do
end
end
local branSkills = {
[208]=true,[212]=true,[260]=true,[211]=true,[220]=true,[219]=true,[218]=true,[221]=true,[223]=true,[224]=true,
[222]=true,[217]=true,[212]=true,[260]=true,[220]=true,[219]=true,[218]=true,[221]=true,[223]=true,
[213]=true,[215]=true,[178]=true,[209]=true,[214]=true,[216]=true,
[208]=true,[211]=true,[224]=true,[225]=true,[210]=true,
}
function plugin:DISPLAY_EVENT_TOASTS()
local tbl = GetNextToastToDisplay()
Expand Down

0 comments on commit 35e8e06

Please sign in to comment.