Skip to content

Commit

Permalink
Correct Typo for default status
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1arm committed Nov 22, 2017
1 parent cb51c9e commit 74a8674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/Object/Player.h
Original file line number Diff line number Diff line change
Expand Up @@ -1355,7 +1355,7 @@ class Player : public Unit
bool CanRewardQuest(Quest const* pQuest, bool msg) const;
bool CanRewardQuest(Quest const* pQuest, uint32 reward, bool msg) const;
void AddQuest(Quest const* pQuest, Object* questGiver);
void CompleteQuest(uint32 quest_id, QuestStatus status = QUEST_STATUS_FORCE_COMPLETE);
void CompleteQuest(uint32 quest_id, QuestStatus status = QUEST_STATUS_COMPLETE);
void IncompleteQuest(uint32 quest_id);
void RewardQuest(Quest const* pQuest, uint32 reward, Object* questGiver, bool announce = true);

Expand Down

0 comments on commit 74a8674

Please sign in to comment.