NPCs nameplates show incorrect name
LenweSaralonde opened this issue ยท 0 comments
Under some non standard configurations, the NPCs nameplates can show an incorrect name such as the name of a player or another NPC.
Conditions:
- No nameplate addon
- Friendly nameplates enabled
/run SetCVar('nameplateShowFriendlyNPCs', '1')
- Menu > Interface > Game > Names > NPCs names : None
Actual result: An incorrect name is shown above some of the NPCs.
Expected result: No name is visible above the NPCs.
Workaround: /run SetCVar('nameplateShowFriendlyNPCs', '0')