- Fixed problem where Player Details Windows didn't open if the player on set the nickname without a avatar.

- Fixed a bug with HotCorner where the buttons doesn't hide after disabling it on options panel.
- Attempt to fix a issue with framestrata fixer addons where they mess around with frame levels.
This commit is contained in:
tercio
2014-05-16 15:14:19 -03:00
parent 41558af9e9
commit 6b672d0649
9 changed files with 62 additions and 16 deletions
+2 -2
View File
@@ -8,8 +8,8 @@
_ = nil
_detalhes = LibStub("AceAddon-3.0"):NewAddon("_detalhes", "AceTimer-3.0", "AceComm-3.0", "AceSerializer-3.0", "NickTag-1.0", "LibHotCorners")
_detalhes.userversion = "v1.14.0"
_detalhes.version = "Alpha 017"
_detalhes.userversion = "v1.14.0b"
_detalhes.version = "Alpha 018"
_detalhes.realversion = 18
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------