About whisper and invite...
yaoenqi opened this issue ยท 9 comments
When I click on a Guild Member, the chat input box will display "PlayerName -RealmName -RealmName" and then I whisper to player, the system prompts: Not found online player named "PlayerName -RealmName -RealmName".When I hold down the SHIFT key and click on a Guild Member to invite him, the system prompts: you cannot invite the player from this realm.
Can you just change the line 598 in the micromenu module to if not name:find('%u%U*-%u%U*') then
to see if it still doubles the realm name ?
Sorry,I don't know.But I've changed the line 601 to name=name--.."-"..homeRealm
. It is running correctly.