Merge pull request #3 from GryllsAddons/master
Fixes to MBB.lua & MBB.xml
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
MBB_Version = GetAddOnMetadata("MBB", "Version");
|
||||
MBB_Version = GetAddOnMetadata("MinimapButtonBag-TurtleWoW", "Version");
|
||||
MBB_DebugFlag = 0;
|
||||
MBB_DragFlag = 0;
|
||||
MBB_ShowTimeout = -1;
|
||||
@@ -75,7 +75,9 @@ MBB_Ignore = {
|
||||
[17] = "MetaMap",
|
||||
[18] = "LootLinkMinimapButton",
|
||||
[19] = "TimeManagerClockButton",
|
||||
[20] = "pfMiniMapPin"
|
||||
[20] = "pfMiniMapPin",
|
||||
[21] = "Clock",
|
||||
[22] = "Timer"
|
||||
};
|
||||
|
||||
MBB_IgnoreSize = {
|
||||
|
||||
Reference in New Issue
Block a user