mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
Fix typo in IsRaidQuest
This commit is contained in:
@@ -360,7 +360,7 @@ bool Quest::IsAutoComplete() const
|
||||
|
||||
bool Quest::IsRaidQuest(Difficulty difficulty) const
|
||||
{
|
||||
switch (Type)
|
||||
switch (QuestInfoID)
|
||||
{
|
||||
case QUEST_INFO_RAID:
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user