Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
Add Explosion to avoidable spells
Browse files Browse the repository at this point in the history
  • Loading branch information
onechiporenko committed Jan 15, 2021
1 parent a8ecbb3 commit 7cae8e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Add more NPC to track and update id for some bosses
* [#109](https://github.com/onechiporenko/my-dungeons-book/issues/109) Add Links to Wowhead
* [#75](https://github.com/onechiporenko/my-dungeons-book/issues/75) Add ability to post table row to the chat (group or wisper)
* Add Explosion to avoidable spells

### v2.3.0

Expand Down
3 changes: 2 additions & 1 deletion Mechanics/SL/Common.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ local SLSpells = {
[343520] = true, -- Storming
[226512] = true, -- Sanguine Ichor (Environment)
[240448] = true, -- Quaking (Environment)
[342494] = true, -- Belligerent Boast(Season 1 Pridefull)
[342494] = true, -- Belligerent Boast (Season 1 Pridefull)
[-174773] = true, -- Spiteful Shade Melee Damage
[240446] = true, -- Explosion
-- Plaguefall
[319898] = true, -- Vile Spit (Slime Tentacle)
[328501] = true, -- Plague Bomb (Rigged Plagueborer)
Expand Down

0 comments on commit 7cae8e8

Please sign in to comment.