Skip to content

Commit

Permalink
Minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PyroGenesis committed Jul 15, 2018
1 parent 2d4edd8 commit 6afd660
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## __v0.4.0 - 2018-07-15__

- A field for starting a quest from a custom count added to the 'Choose quest' dialog.
- Addition of Battlecry, Deathrattle, Divine Sield, Enrage and Taunt minion quests to the minion category.
- Addition of Battlecry, Deathrattle, Divine Shield, Enrage and Taunt minion quests to the minion category.
- Better comments amd instructions

## __v0.3.0 - 2018-02-14__
Expand Down
2 changes: 1 addition & 1 deletion Hearthstone-Quest-Tracker/QuestTracker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ internal void CardPlay(Card card)
// This includes:
// Race quests: Beasts, Demons, Murlocs, Pirates, Elementals
// CardType quests: Spells, Weapons
// Minion mechanics: Battlecry, Deathrattle, Divine Sield, Enrage, Taunt
// Minion mechanics: Battlecry, Deathrattle, Divine Shield, Enrage, Taunt
// CardType quests included in this section as RaceOrType triggers cardtype quests also.
if(minionQuest || cardTypeQuest)
{
Expand Down

0 comments on commit 6afd660

Please sign in to comment.