Skip to content

Commit

Permalink
Add Black Arrow for Dark Ranger Hunter.
Browse files Browse the repository at this point in the history
Dar Ranger hero talent "Bleak Arrows" will unlearn Auto Shot not provide any replacement spell. Black Arrow can be used instead, as it is learned with DR.
  • Loading branch information
cont1nuity authored and InfusOnWoW committed Jan 10, 2025
1 parent 1b7a296 commit 11d86a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion LibRangeCheck-3.0/LibRangeCheck-3.0.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ License: MIT
-- @class file
-- @name LibRangeCheck-3.0
local MAJOR_VERSION = "LibRangeCheck-3.0"
local MINOR_VERSION = 27
local MINOR_VERSION = 28

---@class lib
local lib, oldminor = LibStub:NewLibrary(MAJOR_VERSION, MINOR_VERSION)
Expand Down Expand Up @@ -206,6 +206,7 @@ tinsert(ResSpells.DRUID, 50769) -- Revive (40 yards, level 14)
tinsert(ResSpells.DRUID, 20484) -- Rebirth (40 yards, level 29)

-- Hunters
tinsert(HarmSpells.HUNTER, 466930) -- Black Arrow (40 yards)
tinsert(HarmSpells.HUNTER, 75) -- Auto Shot (40 yards)

if not isRetail then
Expand Down

0 comments on commit 11d86a9

Please sign in to comment.