diff SkeletonKey.lua @ 78:d4c100b0fd01 v7.1.5-80-release

- Fixed an issue with talent bindings not loading between specialization changes. - Fixed action button text corruption that occurred after changing assignments on an inactive spell.
author Nenue
date Thu, 26 Jan 2017 20:25:04 -0500
parents 6623b7f2c1ca
children 1605319122ce
line wrap: on
line diff
--- a/SkeletonKey.lua	Mon Jan 23 20:09:08 2017 -0500
+++ b/SkeletonKey.lua	Thu Jan 26 20:25:04 2017 -0500
@@ -47,7 +47,7 @@
 kb.ChangedBindings = {}
 kb.SystemBindings = {}
 kb.ActionTypes = {}
-kb.TalentBindings = {}
+-- pet spell categories
 kb.PetCache = {
   spell = {},
   spellslot = {},
@@ -55,16 +55,18 @@
   special = {},
   subtext = {}
 }
+-- general spell resolution
 kb.DynamicSpells = {
   profession = {},
   petaction = {},
   talent = {},
 }
-kb.TalentCache = {}
+
 kb.ProfessionCache = {}
+
+kb.specInfo = {}
 kb.pendingCalls = {}
 kb.pendingAttributes = {}
-
 kb.configHeaders = {}
 kb.loadedProfiles = {}
 kb.orderedProfiles = {}