View Single Post
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(...)