We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GetSpellInfo was replaced with C_Spell.GetSpellInfo
It returns information differently - here is an example for Divine Shield.
/dump GellSpellInfo(642) Dump: value=GetSpellInfo(642) [1]="Divine Shield", [3]=524354, [4]=0, [5]=0, [6]=0, [7]=642, [8]=524354
/dump C_Spell.GetSpellInfo(642) Dump: value=C_Spell.GetSpellInfo(642) [1]={ castTime=0, name="Divine Shield", minRange=0, originalIconID=524354, icondID=524354, maxRange=0, spellID=642 }
The text was updated successfully, but these errors were encountered:
fix: use namespaced GetSpellInfo
5aa0f97
Fixes #160
c34ab0c
No branches or pull requests
GetSpellInfo was replaced with C_Spell.GetSpellInfo
It returns information differently - here is an example for Divine Shield.
/dump GellSpellInfo(642)
Dump: value=GetSpellInfo(642)
[1]="Divine Shield",
[3]=524354,
[4]=0,
[5]=0,
[6]=0,
[7]=642,
[8]=524354
/dump C_Spell.GetSpellInfo(642)
Dump: value=C_Spell.GetSpellInfo(642)
[1]={
castTime=0,
name="Divine Shield",
minRange=0,
originalIconID=524354,
icondID=524354,
maxRange=0,
spellID=642
}
The text was updated successfully, but these errors were encountered: