Skip to content

Commit

Permalink
Temporary bandage on LRC that works for Rogues.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hekili committed Nov 23, 2023
1 parent c9b5461 commit dae53f6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Libs/LibRangeCheck-3.0/LibRangeCheck-3.0.lua
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,11 @@ if isRetail then
tinsert(FriendSpells.ROGUE, 921) -- Pick Pocket (10 yards, level 24) -- this works for range, keep it in friendly as well for retail but on classic this is melee range and will return min 0 range 0
end

tinsert(HarmSpells.ROGUE, 2764) -- Throw (30 yards)
if not isRetail then
tinsert(HarmSpells.ROGUE, 2764) -- Throw (30 yards)
end

tinsert(HarmSpells.ROGUE, 185565) -- Poisoned Knife (Assassination) (30 yards, level 29)
tinsert(HarmSpells.ROGUE, 36554) -- Shadowstep (Assassination, Subtlety) (25 yards, level 18)
tinsert(HarmSpells.ROGUE, 185763) -- Pistol Shot (Outlaw) (20 yards)
tinsert(HarmSpells.ROGUE, 2094) -- Blind (15 yards)
Expand Down

0 comments on commit dae53f6

Please sign in to comment.