- fixed issue with panic mode where sometimes his effects isn't triggered.
- added new small tutorial bubles for common tasks. - tutorials now are account wide and not trigger on new characters. - small improvements on details framework. - added new hook type: HOOK_BUFF, triggered with buff or debuff parser. - new skin: simple gray. - added a minimap button and a button on addons interface panel. new Api: instance:LockInstance (boolean)
This commit is contained in:
@@ -52,4 +52,16 @@ local _
|
||||
icon_anchor_plugins = {-7, -13},
|
||||
icon_plugins_size = {19, 18}
|
||||
})
|
||||
|
||||
_detalhes:InstallSkin ("Simply Gray", {
|
||||
file = [[Interface\AddOns\Details\images\skins\simplygray_skin]],
|
||||
author = "Details!",
|
||||
version = "1.0",
|
||||
site = "unknown",
|
||||
desc = "a flat skin",
|
||||
can_change_alpha_head = true,
|
||||
icon_anchor_main = {-1, -5},
|
||||
icon_anchor_plugins = {-7, -13},
|
||||
icon_plugins_size = {19, 18}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user