View Single Post
03/02/19, 07:54 AM   #1
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,578
[open] JumpToGroupLeader no longer jumps

The function JumpToGroupLeader does no longer work since the last update, when I am in the same zone as the group leader. In the past it would teleport me to the closest wayshrine without an issue, but now it will show the animation, a brief loading screen and then I'm back where I was standing.
This affects the /jumptoleader slash command provided by the game and also breaks the /tp function in EasyTravel.
For some reason the group menu uses a different way to jump to the leader, so it still works when using the context menu:
Code:
local groupLeaderUnitTag = GetGroupLeaderUnitTag()
JumpToGroupMember(GetUnitName(groupLeaderUnitTag))

Last edited by sirinsidiator : 03/02/19 at 08:01 AM.
  Reply With Quote