fix micromenu with new buttons

This commit is contained in:
Hendrik Leppkes
2008-08-05 16:58:48 +00:00
parent 1e0f014be1
commit e028cb99f7
+2
View File
@@ -31,8 +31,10 @@ function MicroMenuMod:OnEnable()
table_insert(buttons, CharacterMicroButton)
table_insert(buttons, SpellbookMicroButton)
table_insert(buttons, TalentMicroButton)
table_insert(buttons, AchievementMicroButton)
table_insert(buttons, QuestLogMicroButton)
table_insert(buttons, SocialsMicroButton)
table_insert(buttons, PVPMicroButton)
table_insert(buttons, LFGMicroButton)
table_insert(buttons, MainMenuMicroButton)
table_insert(buttons, HelpMicroButton)