File tree Expand file tree Collapse file tree 4 files changed +8
-1
lines changed Expand file tree Collapse file tree 4 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1+ ## v11.2.8
2+ * Fix #2310 spec checking broken below level 10 on Classic Era.
3+
14## v11.2.7
25* Fix #2309 Additional assorted talent/spec errors on Classic Era.
36
Original file line number Diff line number Diff line change @@ -1640,6 +1640,7 @@ if ClassicExpansionAtMost(LE_EXPANSION_CATACLYSM) then
16401640 function TMW .GetCurrentSpecializationID ()
16411641 local _ , pclass , classID = UnitClass (" player" )
16421642 local spec = TMW .GetCurrentSpecialization ()
1643+ if not spec then return end
16431644 return TMW .GetSpecializationInfoForClassID (classID , spec )
16441645 end
16451646
Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ if not TMW then return end
33TMW .CHANGELOG_LASTVER = " 10.0.0"
44
55TMW .CHANGELOG = [==[
6+ ## v11.2.8
7+ * Fix #2310 spec checking broken below level 10 on Classic Era.
8+
69## v11.2.7
710* Fix #2309 Additional assorted talent/spec errors on Classic Era.
811
Original file line number Diff line number Diff line change 1818## X-WoWI-ID : 10855
1919## X-Wago-ID : ZQ6aZqKW
2020
21- ## Version : 11.2.7
21+ ## Version : 11.2.8
2222## Author : Cybeloras of Aerie Peak
2323## IconTexture : Interface\Addons\TellMeWhen\Textures\LDB Icon
2424## AddonCompartmentFunc : TellMeWhen_OnAddonCompartmentClick
You can’t perform that action at this time.
0 commit comments