- Changed few icons on damage done tooltip.

- Fixed the class color on texts for healing attribute.
- Added options for change the tooltip border's size, color and texture.
- Added buttons for test interrupt and cooldown announcers under raid tools section.

- New API: _detalhes:SetTooltipBackdrop (border_texture, border_size, border_color) set tooltip border configs.
This commit is contained in:
tercio
2014-09-10 22:55:34 -03:00
parent 556d5549dc
commit 714daf6a99
12 changed files with 296 additions and 45 deletions
+3
View File
@@ -257,6 +257,9 @@
elseif (channel == "WHISPER") then
SendChatMessage (msg, channel, nil, towho)
elseif (channel == "PRINT") then
print (msg)
else
SendChatMessage (msg, channel)