Skip to content

Commit

Permalink
fix barbed shot buff definition
Browse files Browse the repository at this point in the history
  • Loading branch information
BrewingCoder committed May 11, 2024
1 parent 1c7ea54 commit efd3f86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion System/Lists/Spells.lua
Expand Up @@ -1562,6 +1562,7 @@ br.lists.spells = {
},
buffs = {
aspectOfTheWild = 193530,
barbedShot = 217200,
beastCleave = 118455,
berserking = 26297,
bestialWrath = 19574,
Expand All @@ -1570,7 +1571,7 @@ br.lists.spells = {
frenzy = 272790,
parselsTongue = 248084,
spittingCobra = 194407,
volley = 194386
volley = 194386,
},
debuffs = {
barbedShot = 217200,
Expand Down

0 comments on commit efd3f86

Please sign in to comment.