shagu / pfQuest-turtle

A TurtleWoW DB extension for pfQuest
MIT License
75 stars 30 forks source link

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

Closed zeress closed 1 year ago

zeress commented 1 year ago

Quest ID: 40080

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

ghost commented 1 year ago

[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", },