AdiAddons / LibSpellbook-1.0

WoW addon library: tracks the spellbook to parry to IsSpellKnown discrepancies.
0 stars 2 forks source link

Possible bug with spell flyouts #3

Closed Rainrider closed 6 years ago

Rainrider commented 9 years ago

Exotic Munitions (162534) is a hunter talent that provides a spell flyout. /dump LibStub("LibSpellbook-1.0"):IsKnown(162534) returns false but /dump IsPlayerSpell(162534) returns true. This is possible to work around if one uses the spells from the flyout instead of the flyout itself. I just mention it here if it leads to problems somewhere else.

Rainrider commented 6 years ago

Outdated