Fixed bug when ctrl+clicking links
This commit is contained in:
parent
6c26b284bf
commit
2bf5191d4f
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ function SetItemRef(id, text, button, chatFrame, ...)
|
|||
end
|
||||
|
||||
if name and message then
|
||||
message = message:gsub("|c%x%x%x%x%x%x%x%x(.-)|r", "%1")
|
||||
message = message:gsub("|c%x%x%x%x%x%x%x%x([^|].-)|r", "%1")
|
||||
SendChatMessage(("%s: %s"):format(name, message), "officer")
|
||||
return
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue