Menu

#819 TitanLootType: IsPartyLeader

Resolved
nobody
None
2012-09-11
2012-09-02
Anonymous
No

Originally created by: stijnher...@gmail.com
Originally owned by: Honor...@gmail.com

IsRaidLeader, IsPartyLeader and UnitIsPartyLeader were replaced by UnitIsGroupLeader

TitanLootType.lua line 253, possibly other places.
     if (IsPartyLeader() or IsRaidLeader()) then
should become
     if (UnitIsGroupLeader("player")) then

Related

Wiki: Titan_Panel_Version_History

Discussion

  • Anonymous

    Anonymous - 2012-09-02

    Originally posted by: Honor...@gmail.com

    (No comment was entered for this change.)

    Owner: Honor...@gmail.com
    Status: Testing

     
  • Anonymous

    Anonymous - 2012-09-11

    Originally posted by: Honor...@gmail.com

    Resolved in version 5.1.2.50001.

    Status: Resolved

     

Log in to post a comment.