Skip to content

Commit

Permalink
Fixed dragon hunt quests
Browse files Browse the repository at this point in the history
  • Loading branch information
g4m3r7ag committed Sep 3, 2022
1 parent d0cab5c commit 8b01f46
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PolloxsDailyQuestTracker/PolloxsDailyQuestTracker.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Title: Pollox's Daily Quest Tracker
## Author: pollox
## Contributors: zelenin, Arch-kain, Baertram, Siegtime, DarkPhalanx, g4m3r7ag
## Version: 1.8.24
## Version: 1.8.25
## APIVersion: 101035
## DependsOn: LibAddonMenu-2.0 LibMultilingualName
## SavedVariables: PolloxsDailyQuestTracker_SavedVarsChar PolloxsDailyQuestTracker_SavedVarsAccount
Expand Down
8 changes: 7 additions & 1 deletion PolloxsDailyQuestTracker/questinfo.lua
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,13 @@ Info.ElsweyrQuests =
newQuest(SI_DQT_ELSWEYR_QUESTS_EXPLORATORY_06)
}
),
QuestType:new(
GetString(SI_DQT_DRAGONHUNT),
QUEST_TYPE_ENUM.DOLMEN,
{
newQuest(SI_DQT_ELSWEYR_QUESTS_DRAGONHUNT_01)
}
),
QuestType:new(
GetString(SI_DQT_PROLOGUE),
QUEST_TYPE_ENUM.MISC,
Expand Down Expand Up @@ -768,7 +775,6 @@ Info.DragonHoldQuests =
GetString(SI_DQT_DRAGONHUNT),
QUEST_TYPE_ENUM.DOLMEN,
{
newQuest(SI_DQT_SOUTHERN_ELSWEYR_QUESTS_DRAGONHUNT_01),
newQuest(SI_DQT_SOUTHERN_ELSWEYR_QUESTS_DRAGONHUNT_02)
}
),
Expand Down

0 comments on commit 8b01f46

Please sign in to comment.