Nameplate filter whitelist needs to use NPC Id for unit names without spaces
SweepyBoop opened this issue ยท 2 comments
For instance a hunter can name his pet Psyfiend, then you'll see a secondary pet with that name showing up..
To find the NPC ID of psyfiend, cast one, target it and type:
/run npcID = select(6, strsplit("-", UnitGUID("target"))); print(npcID);
The ID is 101398
Confirmed using NPC ID works for psyfiend with latest #20