Added the new LFD Button to the MicroMenu

This commit is contained in:
Hendrik Leppkes
2009-11-08 13:17:38 +01:00
parent aba3eaeb0a
commit aa975e5da2
+1 -1
View File
@@ -42,7 +42,7 @@ function MicroMenuMod:OnEnable()
table_insert(buttons, QuestLogMicroButton)
table_insert(buttons, SocialsMicroButton)
table_insert(buttons, PVPMicroButton)
table_insert(buttons, LFGMicroButton)
table_insert(buttons, LFDMicroButton)
table_insert(buttons, MainMenuMicroButton)
table_insert(buttons, HelpMicroButton)
self.bar.buttons = buttons