Fix for WIM icon
But you need to use this version of WIM https://github.com/shirsig/WIM
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
MBB_Version = "0.501";
|
MBB_Version = "0.502";
|
||||||
MBB_DebugFlag = 0;
|
MBB_DebugFlag = 0;
|
||||||
MBB_DragFlag = 0;
|
MBB_DragFlag = 0;
|
||||||
MBB_ShowTimeout = -1;
|
MBB_ShowTimeout = -1;
|
||||||
@@ -14,8 +14,8 @@ MBB_DefaultOptions = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
MBB_Include = {
|
MBB_Include = {
|
||||||
[1] = "WIM_IconFrame",
|
[1] = "DPSMate_MiniMap"
|
||||||
[2] = "DPSMate_MiniMap"
|
--[2] = "WIM_IconFrame",
|
||||||
};
|
};
|
||||||
|
|
||||||
MBB_Ignore = {
|
MBB_Ignore = {
|
||||||
@@ -46,8 +46,8 @@ MBB_IgnoreSize = {
|
|||||||
[4] = "STC_SoulstoneButton",
|
[4] = "STC_SoulstoneButton",
|
||||||
[5] = "STC_SpellstoneButton",
|
[5] = "STC_SpellstoneButton",
|
||||||
[6] = "STC_FirestoneButton",
|
[6] = "STC_FirestoneButton",
|
||||||
[7] = "WIM_IconFrameButton",
|
-- [7] = "WIM_IconFrameButton",
|
||||||
[8] = "MonkeyBuddyIconButton"
|
[7] = "MonkeyBuddyIconButton"
|
||||||
};
|
};
|
||||||
|
|
||||||
MBB_ExtraSize = {
|
MBB_ExtraSize = {
|
||||||
@@ -695,4 +695,4 @@ function MBB_IsInArray(array, needle)
|
|||||||
end
|
end
|
||||||
function MBB_Print(msg)
|
function MBB_Print(msg)
|
||||||
DEFAULT_CHAT_FRAME:AddMessage(msg, 0.2, 0.8, 0.8);
|
DEFAULT_CHAT_FRAME:AddMessage(msg, 0.2, 0.8, 0.8);
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user