Skip to content

Commit

Permalink
Added extra World Boss quests
Browse files Browse the repository at this point in the history
  • Loading branch information
Breeni committed Jan 30, 2023
1 parent 9f6d9ad commit 2f718d7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Register_Mainline.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2344,7 +2344,14 @@ end
{ type = "quest", id = 72055, }, -- Possible tracking quest for Strunraan

{ type = "quest", id = 69930, }, -- World Quest for Basrikron
{ type = "quest", id = 72056, }, -- Possible tracking quest for Basrikron -- 72055 ???
{ type = "quest", id = 72056, }, -- Possible tracking quest for Basrikron

{ type = "quest", id = 69927, }, -- World Quest for Bazual
{ type = "quest", id = 72054, }, -- Possible tracking quest for Bazual

{ type = "quest", id = 69928, }, -- World Quest for Liskanoth
{ type = "quest", id = 72053, }, -- Possible tracking quest for Liskanoth
{ type = "quest", id = 72057, }, -- Possible tracking quest for Liskanoth
},
completed = [[return tCount(states, "IsCompleted") > 0]],
text = DEFAULT_TEXT_FUNCTION,
Expand Down

0 comments on commit 2f718d7

Please sign in to comment.