zarillion / handynotes-plugins

A collection of HandyNotes plugins for World of Warcraft.
Other
47 stars 34 forks source link

Typo: Inscription knowledge item wrong quest ID #446

Closed nbartley closed 1 month ago

nbartley commented 1 month ago

ADDON VERSION: Latest

Line 433 in ringing_deeps.lua

map.nodes[48563432] = PT.Inscription({quest = 83883, id = 226310}) -- Runic Scroll

Should be

map.nodes[48563432] = PT.Inscription({quest = 83884, id = 226310}) -- Runic Scroll

tfmonk commented 1 month ago

Thanks for the information @nbartley this will be fixed in the next release