Thread Tools Display Modes
Prev Previous Post   Next Post Next
07-19-14, 11:35 AM   #1
LeoChen1216
A Defias Bandit
Join Date: Jul 2014
Posts: 3
GetSpellInfo changes in WOD beta

It seems Blizzard changed the return values for GetSpellInfo.
It used to be:
Code:
name, rank, icon, powerCost, isFunnel, powerType, castingTime, minRange, maxRange = GetSpellInfo(...)
Now, the "powerCost, isFunnel, powerType" values are removed. Does anyone know if there is any other API I can call to get these values?

Code:
name, rank, icon, castingTime, minRange, maxRange = GetSpellInfo(...)
 
 

WoWInterface » Site Forums » Archived Beta Forums » WoD Beta archived threads » GetSpellInfo changes in WOD beta


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off