Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
No edit summary
No edit summary
 
Line 7: Line 7:
   
 
--[[User:WoWWiki-Flick|WoWWiki-Flick]] ([[User talk:WoWWiki-Flick|talk]]) 23:21, 17 March 2009 (UTC)
 
--[[User:WoWWiki-Flick|WoWWiki-Flick]] ([[User talk:WoWWiki-Flick|talk]]) 23:21, 17 March 2009 (UTC)
  +
  +
I'm unable to get a spell link to work as valid input for GetSpellInfo either. I've tried spells I have in my spellbook, spells I don't have, full spell links, spellstrings -- nada.
  +
  +
Not a huge deal though, since if you can get a spell link you can pull the ID out of it and feed that to GetSpellInfo.
  +
  +
--[[User:Weab|weab]] ([[User talk:Weab|talk]]) 10:40, 16 April 2009 (UTC)

Latest revision as of 10:40, 16 April 2009

GetSpellInfo(spellLink) appears to be broken in 3.0.9 (not sure if it worked previously). The following two snippets produce different output:

(a) GetSpellInfo("Aspect of the Hawk")
(b) GetSpellInfo(GetSpellLink("Aspect of the Hawk",""))

(a) works, (b) returns nil.

--WoWWiki-Flick (talk) 23:21, 17 March 2009 (UTC)

I'm unable to get a spell link to work as valid input for GetSpellInfo either. I've tried spells I have in my spellbook, spells I don't have, full spell links, spellstrings -- nada.

Not a huge deal though, since if you can get a spell link you can pull the ID out of it and feed that to GetSpellInfo.

--weab (talk) 10:40, 16 April 2009 (UTC)