Mercurial > wow > skeletonkey
diff SkeletonKey/Cache.lua @ 13:eeec4a600064
- kb.bindings carries the exact values needed for matching GetActionInfo() outputs
author | Nenue |
---|---|
date | Thu, 28 Jul 2016 18:20:32 -0400 |
parents | f6d1c192afc6 |
children | 82170735e67c |
line wrap: on
line diff
--- a/SkeletonKey/Cache.lua Thu Jul 28 17:45:17 2016 -0400 +++ b/SkeletonKey/Cache.lua Thu Jul 28 18:20:32 2016 -0400 @@ -55,6 +55,7 @@ talentInfo.available = available talentInfo.spellID = spellID kb.TalentCache[spellID] = talentInfo + kb.TalentCache[talentName] = talentInfo print('Talent ', row, col, spellID, talentName) end end