shagu / pfQuest-turtle

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

The Lost Bet does not show where to hand in #79

Closed zeress closed 1 year ago

zeress commented 1 year ago

Quest ID: 55202

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

ghost commented 1 year ago

Looks like its missing cords:

[52068] = { ["coords"] = {}, ["fac"] = "A", ["lvl"] = "20-38", },

Should be [52068] = { ["coords"] = { [1] = { 21.0, 71.3, 11, 120 }, }, ["fac"] = "A", ["lvl"] = "20-38", },