Fix typo in IsRaidQuest

This commit is contained in:
Traesh
2017-04-23 02:20:19 +02:00
committed by Aokromes
parent f7b0f4c9c6
commit fabc571052

View File

@@ -360,7 +360,7 @@ bool Quest::IsAutoComplete() const
bool Quest::IsRaidQuest(Difficulty difficulty) const
{
switch (Type)
switch (QuestInfoID)
{
case QUEST_INFO_RAID:
return true;