-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from dmrickey/mythic_weapon_focus
Mythic weapon focus
- Loading branch information
Showing
7 changed files
with
166 additions
and
93 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
export const weaponFocusKey = 'weapon-focus'; | ||
export const greaterWeaponFocusKey = 'greater-weapon-focus'; | ||
export const mythicWeaponFocusKey = 'mythic-weapon-focus'; | ||
export const racialWeaponFocusKey = 'racial-weapon-focus'; | ||
|
||
export const weaponFocusId = 'n250dFlbykAIAg5Z'; | ||
export const greaterWeaponFocusId = 'IER2MzJrjSvxMlNS'; | ||
export const mythicWeaponFocusId = 'stJ6Jp1ALN6qgGBr'; | ||
export const gnomeWeaponFocusId = '8RzIeYtbx0UtXUge'; |
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
Oops, something went wrong.