- Fixed a bug when bars isn't using class colors on Frags, Auras & Void Zones, Resources and Deaths.

- Fixed bar animations when 'Sort Direction' is set to bottom.
- Fixed combat on garrison training dummies which was being marked as Trash Segment.
- Fixed the spam 'you are not in a guild' when checking for new versions.
- Fixed translations for Auto Hide Settings bracket under options panel.
- Fixed Auto Hide -> Mouse Interaction tool where wans't able to work okey during combat.
This commit is contained in:
Tercio
2015-01-03 12:19:48 -02:00
parent c1a70256f8
commit 8b0c893bde
10 changed files with 114 additions and 68 deletions
+1
View File
@@ -409,6 +409,7 @@
end
function _detalhes:SendGuildData (type, ...)
if not IsInGuild() then return end --> fix from Tim@WoWInterface
_detalhes:SendCommMessage (CONST_DETAILS_PREFIX, _detalhes:Serialize (type, _UnitName ("player"), _GetRealmName(), _detalhes.realversion, ...), "GUILD")
end