-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added todo, fixed spells not showing for some classes
- Loading branch information
1 parent
ed2b3d7
commit 0fb8307
Showing
8 changed files
with
66 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Many bug fixes, new profession functionality, refactoring. | ||
|
||
- Now able to show all professions including trainer-taught skills as well as recipes, formulas etc. | ||
- Minor, minor UI adjustments. | ||
|
||
Bug fixes: | ||
- Fixed bug where Hunter pet skills and Warlock demon spells do not show as learned. | ||
- The Mail and Plate skills will now show as learned once they have been learned. | ||
- Rogue poisons will now show as learned once they have been learned. | ||
- Dire Bear Form used to show Bear Form as learnable again (due to the player technically unlearning Bear Form). This has now been fixed. | ||
- Fixed a bug where certain classes' spells did not show up. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
local _, FieldGuide = ... | ||
|
||
FieldGuide.ENCHANTING = { | ||
[2] = { | ||
[1] = { | ||
["name"] = "Arcane Intellect", | ||
["rank"] = 1, | ||
["cost"] = 10, | ||
["texture"] = "Interface/ICONS/spell_holy_magicalsentry", | ||
["id"] = 1459 | ||
}, | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters