Close
Showing results 1 to 10 of 155

Threaded View

  1. #11
    Member Iru's Avatar
    Join Date
    Mar 2010
    Location
    J Random Airport
    Posts
    135

    Default

    Jafula: UnitIsGroupLeader is being called incorrectly throughout Jamba/JambaTeam.lua in beta available on Curse. You're using
    Code:
    UnitIsGroupLeader() == 1
    Correct invocation is
    Code:
    UnitisGroupLeader("player")
    and the function returns true/false

    Separately, I can't tell from the OP whether that's you have tested or you need tested. If you could mark that up somehow, I could test the things you haven't got to yet.
    Last edited by Iru : 08-28-2012 at 11:22 PM Reason: Offer of testing help

Tags for this Thread

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •