View Single Post
02/08/15, 01:13 AM   #34
Randactyl
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 251
Travel to and Invite Guildmate to group bug

The "Travel to Player" and "Invite to Group" menu items are missing from the guild roster context menu. I can't test, because ZO_KeyboardGuildRosterManager is local, but I believe the issue is located in the function ZO_KeyboardGuildRosterManager:GuildRosterRow_OnMouseUp in the file guildroster_keyboard.lua.

The variable playerAlliance is used to check that the player and the target are in the same alliance, but playerAlliance is not declared within the scope of ZO_KeyboardGuildRosterManager:GuildRosterRow_OnMouseUp.

  Reply With Quote