shagu/pfQuest-turtle

"Into the Uplands" does not track turn-in NPC

zeress opened this issue · 1 comments

zeress commented

Quest ID: 40080

This quest seems to not indicate where to hand it in, which is to NPC 91713

[91713] = {
["coords"] = {},
["fac"] = "H",
["lvl"] = "30",
},

Looks like the npc is missing cords.

Should be
[91713] = {
["coords"] = { 39.8, 5.0, 130, 300 },
["fac"] = "H",
["lvl"] = "30",
},