View Single Post
08-30-12, 02:49 PM   #1
FaulTier
A Theradrim Guardian
 
FaulTier's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2009
Posts: 61
UnitPopup - missing leave group for instances?

Aloha!

Due to the rename of the simple "leave group" in instances to something else (should be "leave instance group"?) it won't show up in the unit-dropdownmenu.

So, my dropdownlist ist currently

Code:
UnitPopupMenus["SELF"] = { "SET_FOCUS", "PVP_FLAG", "LOOT_METHOD", "LOOT_THRESHOLD", "OPT_OUT_LOOT_TITLE", "LOOT_PROMOTE", "CONVERT_TO_RAID", "CONVERT_TO_PARTY", "DUNGEON_DIFFICULTY", "RAID_DIFFICULTY", "RESET_INSTANCES", "RAID_TARGET_ICON", "SELECT_ROLE", "LEAVE", "CANCEL" };
What's missing to show the missing/new entry?
__________________
  Reply With Quote