Ketho / vscode-wow-api

VS Code extension for World of Warcraft AddOns
https://marketplace.visualstudio.com/items?itemName=ketho.wow-api
MIT License
143 stars 31 forks source link

string "questnpc" is not seen as a valid UnitId parameter #76

Closed Yttrium-tYcLief closed 1 year ago

Yttrium-tYcLief commented 1 year ago

Specifically in my situation I'm using UnitGUID("questnpc"). This is valid syntax in every API version since vanilla 1.0. This value is listed on the Wowpedia article for UnitId, so I figured I'd open an issue report for it.

image

To clarify, this value does not always return the exact same target as npc, and there are programmatic uses for it.

Ketho commented 1 year ago

huh never knew that existed 👀