You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Whispering someone with a Spaced Name, doesn't store their information.
To Reproduce
Whisper someone that creates a 'spaced name' in whisper window.
Expected behavior
When you establish a conversation with Player A, it should return a 'history widget' at the top of the screen. This doesn't appear at all.
Additional context
From my digging, I reckon it is because of the env.character tag in WIM.lua differs from the fix mentioned in WhisperEngine, where it is:
user = string.gsub(user," ","") -- Drii: WoW build15050 whisper bug for x-realm server with space
The text was updated successfully, but these errors were encountered:
Describe the bug
Whispering someone with a Spaced Name, doesn't store their information.
To Reproduce
Whisper someone that creates a 'spaced name' in whisper window.
Expected behavior
When you establish a conversation with Player A, it should return a 'history widget' at the top of the screen. This doesn't appear at all.
Additional context
From my digging, I reckon it is because of the env.character tag in WIM.lua differs from the fix mentioned in WhisperEngine, where it is:
user = string.gsub(user," ","") -- Drii: WoW build15050 whisper bug for x-realm server with space
The text was updated successfully, but these errors were encountered: