diff --git a/Libs/LibRangeCheck-3.0/LibRangeCheck-3.0.lua b/Libs/LibRangeCheck-3.0/LibRangeCheck-3.0.lua index a8eb99dff..1e32b8b89 100644 --- a/Libs/LibRangeCheck-3.0/LibRangeCheck-3.0.lua +++ b/Libs/LibRangeCheck-3.0/LibRangeCheck-3.0.lua @@ -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)