Skip to content

Commit 827eeeb

Browse files
committed
bump version
1 parent d003d1c commit 827eeeb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

WhatsTraining.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ local function rebuild(level)
5050
if (i <= level+2) then
5151
tinsert(spellsByCategory.nextLevel, spell);
5252
else
53-
tinsert(spellsByCategory.notLevel, spell);
53+
tinsert(spellsByCategory.notLevel, spell);
5454
end
5555
elseif (GetSpellInfo(spell.name, spell.subText) ~= nil) then
5656
tinsert(spellsByCategory.known, spell);
@@ -211,7 +211,7 @@ function WhatsTraining_CreateFrame()
211211
mainFrame:Hide();
212212
for i = 1, MAX_SKILLLINE_TABS do
213213
_G["SpellBookSkillLineTab"..i]:SetFrameStrata("MEDIUM");
214-
end
214+
end
215215
end
216216
end);
217217

WhatsTraining.toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Interface: 11302
22
## Title: What's Training?
3-
## Version: 0.1-beta
3+
## Version: 0.2-beta
44
## Author: Sveng
55
## Notes: Shows you what spells are available at your class trainer
66

0 commit comments

Comments
 (0)