Skip to content

Commit

Permalink
Adding new worldquestzones.
Browse files Browse the repository at this point in the history
  • Loading branch information
IrcDirk committed Jun 28, 2019
1 parent 2cd8216 commit d484e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NxQuest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11850,7 +11850,7 @@ function Nx.Quest.WQList:UpdateDB(event, ...)
WQListUpdateDBTimer:Cancel()
end

local worldquestzones = { 947, 830, 885, 882 }
local worldquestzones = { 947, 830, 885, 882, 1355, 1462 }
for i=1,#worldquestzones do
local zonequests = {}
if worldquestzones[i] == 625 then
Expand Down

0 comments on commit d484e83

Please sign in to comment.