Thread Tools Display Modes
01-20-08, 12:58 PM   #1
Totem
A Murloc Raider
Join Date: Sep 2007
Posts: 4
duf target frame - whisper button

every time i click it it makes me an "-" after the name who I want whisper to so the Button has become mostly useless.

Any idea how to fix this?
  Reply With Quote
01-22-08, 03:44 AM   #2
Detritis
A Black Drake
AddOn Author - Click to view addons
Join Date: Aug 2005
Posts: 87
It seems there is a problem with the way whispering is being handled with out-of-range people, funny things are being returned as realm names and as such a '-' is being appended to the end of those being whispered. Anyone in range is not affected (or so it seems)

I fixed the problem in my version by commenting out the offending realm check lines, but this wont help anyone who does PvP battlegrounds I suppose (not something I do myself, so I cant test).

The offending code is in ....\World of Warcraft\Interface\AddOns\MazzleUI\MazzleUI_Handlers.lua on lines 274-278:-

--if(realm) then
-- ChatFrame_SendTell(name.."-"..realm);
--else
ChatFrame_SendTell(name)
--end

Detritis
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » duf target frame - whisper button


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off