Mercurial > wow > skeletonkey
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 12:8f8917d111c9 | 13:eeec4a600064 |
|---|---|
| 53 talentInfo.talentID = talentID | 53 talentInfo.talentID = talentID |
| 54 talentInfo.selected = selected | 54 talentInfo.selected = selected |
| 55 talentInfo.available = available | 55 talentInfo.available = available |
| 56 talentInfo.spellID = spellID | 56 talentInfo.spellID = spellID |
| 57 kb.TalentCache[spellID] = talentInfo | 57 kb.TalentCache[spellID] = talentInfo |
| 58 kb.TalentCache[talentName] = talentInfo | |
| 58 print('Talent ', row, col, spellID, talentName) | 59 print('Talent ', row, col, spellID, talentName) |
| 59 end | 60 end |
| 60 end | 61 end |
| 61 kb.talentsPushed = true | 62 kb.talentsPushed = true |
| 62 end | 63 end |
