Skip to content

Commit

Permalink
removed SPELL_PERIODIC_DAMAGE
Browse files Browse the repository at this point in the history
  • Loading branch information
bkader committed Aug 10, 2023
1 parent 9f2ec5e commit ec799d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions Skada/Core/Tables.lua
Original file line number Diff line number Diff line change
Expand Up @@ -696,11 +696,11 @@ ns.creature_to_boss = {
[36969] = 37540, -- Skybreaker Rifleman > The Skybreaker
[36978] = 37540, -- Skybreaker Mortar Soldier > The Skybreaker
[37116] = 37540, -- Skybreaker Sorcerer > The Skybreaker
[36791] = 36789, -- Blazing Skeleton
[37868] = 36789, -- Risen Archmage
[37886] = 36789, -- Gluttonous Abomination
[37934] = 36789, -- Blistering Zombie
[37985] = 36789, -- Dream Cloud
[36791] = 36789, -- Blazing Skeleton > Valithria Dreamwalker
[37868] = 36789, -- Risen Archmage > Valithria Dreamwalker
[37886] = 36789, -- Gluttonous Abomination > Valithria Dreamwalker
[37934] = 36789, -- Blistering Zombie > Valithria Dreamwalker
[37985] = 36789, -- Dream Cloud > Valithria Dreamwalker

-- [[ Naxxramas ]] --
[15930] = 15928, -- Feugen > Thaddius
Expand Down Expand Up @@ -776,7 +776,6 @@ ns.trigger_events = {
SWING_DAMAGE = true,
SPELL_DAMAGE = true,
RANGE_DAMAGE = true,
SPELL_PERIODIC_DAMAGE = true,
DAMAGE_SHIELD = true,
SPELL_BUILDING_DAMAGE = true
}
2 changes: 1 addition & 1 deletion Skada/Skada.toc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
## DefaultState: enabled
## Author: Kader (|cff808080bkader#5341|r)
## Version: 1.8.85
## X-Date: 2023-08-08 @ 20:15 |cff808080UTC|r
## X-Date: 2023-08-10 @ 11:58 |cff808080UTC|r
## X-Credits: Zarnivoop
## X-Curse-Project-ID: 623633
## X-Category: Combat
Expand Down

0 comments on commit ec799d5

Please sign in to comment.