Skip to content

Commit

Permalink
fix bad merge conflict resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
Yttrium-tYcLief committed Apr 17, 2024
1 parent a040e37 commit 32f4887
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Database/Corrections/sodQuestFixes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5108,6 +5108,7 @@ function SeasonOfDiscovery:LoadQuests()
[questKeys.objectivesText] = {"Reach Friendly with the Emerald Wardens, then buy the Void Zone rune from the Quartermaster."},
[questKeys.requiredSpell] = -431705,
[questKeys.zoneOrSort] = sortKeys.PRIEST,
},
[90277] = {
[questKeys.name] = "Cut to the Chase",
[questKeys.startedBy] = {{222685,222687,222684,222686}},
Expand All @@ -5119,7 +5120,7 @@ function SeasonOfDiscovery:LoadQuests()
[questKeys.objectivesText] = {"Reach Friendly with the Emerald Wardens, then buy the Cut to the Chase rune from the Quartermaster."},
[questKeys.requiredSpell] = -432297,
[questKeys.zoneOrSort] = sortKeys.ROGUE,
},
}
}
end

Expand Down

0 comments on commit 32f4887

Please sign in to comment.