File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ local function rebuild(level)
50
50
if (i <= level + 2 ) then
51
51
tinsert (spellsByCategory .nextLevel , spell );
52
52
else
53
- tinsert (spellsByCategory .notLevel , spell );
53
+ tinsert (spellsByCategory .notLevel , spell );
54
54
end
55
55
elseif (GetSpellInfo (spell .name , spell .subText ) ~= nil ) then
56
56
tinsert (spellsByCategory .known , spell );
@@ -211,7 +211,7 @@ function WhatsTraining_CreateFrame()
211
211
mainFrame :Hide ();
212
212
for i = 1 , MAX_SKILLLINE_TABS do
213
213
_G [" SpellBookSkillLineTab" .. i ]:SetFrameStrata (" MEDIUM" );
214
- end
214
+ end
215
215
end
216
216
end );
217
217
Original file line number Diff line number Diff line change 1
1
## Interface : 11302
2
2
## Title : What's Training?
3
- ## Version : 0.1 -beta
3
+ ## Version : 0.2 -beta
4
4
## Author : Sveng
5
5
## Notes : Shows you what spells are available at your class trainer
6
6
You can’t perform that action at this time.
0 commit comments