Skip to content

Commit

Permalink
Add warlock spells in Classic
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonomit authored and Stanzilla committed Dec 10, 2023
1 parent 48dcf8b commit 49a5cf8
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions LibRangeCheck-3.0/LibRangeCheck-3.0.lua
Original file line number Diff line number Diff line change
Expand Up @@ -289,27 +289,27 @@ if not isRetail then
end

-- Warlocks
tinsert(FriendSpells.WARLOCK, 132) -- Detect Invisibility (30 yards, level 26)
tinsert(FriendSpells.WARLOCK, 5697) -- Unending Breath (30 yards)
tinsert(FriendSpells.WARLOCK, 20707) -- Soulstone (40 yards) ~ this can be precasted so leave it in friendly as well as res

if isRetail then
tinsert(FriendSpells.WARLOCK, 132) -- Detect Invisibility (30 yards, level 26)
tinsert(HarmSpells.WARLOCK, 234153) -- Drain Life (40 yards, level 9)
tinsert(HarmSpells.WARLOCK, 198590) -- Drain Soul (40 yards, level 15)
tinsert(HarmSpells.WARLOCK, 232670) -- Shadow Bolt (40 yards)
else
tinsert(HarmSpells.WARLOCK, 172) -- Corruption (30/33/36 yards, level 4, rank 1)
tinsert(HarmSpells.WARLOCK, 348) -- Immolate (30/33/36 yards, level 1, rank 1)
tinsert(HarmSpells.WARLOCK, 17877) -- Shadowburn (Destruction) (20/22/24 yards, rank 1)
tinsert(HarmSpells.WARLOCK, 18223) -- Curse of Exhaustion (Affliction) (30/33/36/35/38/42 yards)
tinsert(HarmSpells.WARLOCK, 689) -- Drain Life (Affliction) (20/22/24 yards, level 14, rank 1)
tinsert(HarmSpells.WARLOCK, 403677) -- Master Channeler (Affliction) (20/22/24 yards, level 14, rank 1)
end

tinsert(HarmSpells.WARLOCK, 5019) -- Shoot (30 yards)
tinsert(HarmSpells.WARLOCK, 234153) -- Drain Life (40 yards, level 9)
tinsert(HarmSpells.WARLOCK, 198590) -- Drain Soul (40 yards, level 15)
tinsert(HarmSpells.WARLOCK, 686) -- Shadow Bolt (Demonology, Affliction) (40 yards)
tinsert(HarmSpells.WARLOCK, 232670) -- Shadow Bolt (40 yards)
tinsert(HarmSpells.WARLOCK, 5782) -- Fear (30 yards)

if not isRetail then
tinsert(HarmSpells.WARLOCK, 172) -- Corruption (30 yards, level 4, rank 1)
tinsert(HarmSpells.WARLOCK, 348) -- Immolate (30 yards, level 1, rank 1)
tinsert(HarmSpells.WARLOCK, 17877) -- Shadowburn (Destruction) (20 yards)
tinsert(HarmSpells.WARLOCK, 18223) -- Curse of Exhaustion (Affliction) (30/33/36/35/38/42 yards)
end

tinsert(ResSpells.WARLOCK, 20707) -- Soulstone (40 yards)

tinsert(PetSpells.WARLOCK, 755) -- Health Funnel (45 yards)
Expand Down

0 comments on commit 49a5cf8

Please sign in to comment.