View Single Post
10-03-14, 01:24 AM   #1
myrroddin
A Pyroguard Emberseer
 
myrroddin's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 1,240
IsSpellInRange "empty result"

On live servers, IsSpellInRange is a 1/0 result, and I was checking if it had become a true/false. Testing on my level 90 shadow priest using Mind Blast (spell ID 8092) I get
Code:
Dump: value=IsSpellInRange(8092)
empty result
When passing nothing: /dump IsSpellInRange
Code:
Dump: IsSpellInRange
IsSpellInRange=<function[IsSpellInRange]>
Has this API been temporarily removed, or am I using /dump incorrectly? It doesn't matter if a target is or is not in range, I get the same result.