fix micromenu with new buttons
This commit is contained in:
@@ -31,8 +31,10 @@ function MicroMenuMod:OnEnable()
|
|||||||
table_insert(buttons, CharacterMicroButton)
|
table_insert(buttons, CharacterMicroButton)
|
||||||
table_insert(buttons, SpellbookMicroButton)
|
table_insert(buttons, SpellbookMicroButton)
|
||||||
table_insert(buttons, TalentMicroButton)
|
table_insert(buttons, TalentMicroButton)
|
||||||
|
table_insert(buttons, AchievementMicroButton)
|
||||||
table_insert(buttons, QuestLogMicroButton)
|
table_insert(buttons, QuestLogMicroButton)
|
||||||
table_insert(buttons, SocialsMicroButton)
|
table_insert(buttons, SocialsMicroButton)
|
||||||
|
table_insert(buttons, PVPMicroButton)
|
||||||
table_insert(buttons, LFGMicroButton)
|
table_insert(buttons, LFGMicroButton)
|
||||||
table_insert(buttons, MainMenuMicroButton)
|
table_insert(buttons, MainMenuMicroButton)
|
||||||
table_insert(buttons, HelpMicroButton)
|
table_insert(buttons, HelpMicroButton)
|
||||||
|
|||||||
Reference in New Issue
Block a user