Not signed in (Sign In)
  1.  
    There is a bug when you embed the Informant information.

    All of the information is embeded into the regular tooltip with the exception of the "Sold by X merchants"

    I have located the issue, and changed my version, and tested. It now works.

    In Informant.lua Line 332 it shows:

    Quote:EnhTooltip.AddLine(string.format(_INFORMANT['FrmtInfoMerchants'], merchantCount), nil, embed)


    It SHOULD be:
    Quote:EnhTooltip.AddLine(string.format(_INFORMANT['FrmtInfoMerchants'], merchantCount), nil, embedded)


    I made the change, tested, and it fixed the issue.
  2.  
    Posted by: Vapok on Oct 18 2005, 06:30 PM
    There is a bug when you embed the Informant information.

    All of the information is embeded into the regular tooltip with the exception of the "Sold by X merchants"

    I have located the issue, and changed my version, and tested. It now works.

    In Informant.lua Line 332 it shows:
    It SHOULD be:
    I made the change, tested, and it fixed the issue.

    See http://norganna.org/bb/index.php?showtopic...findpost&p=2231
World of Warcraft™ and Blizzard Entertainment™ are trademarks or registered trademarks of Blizzard Entertainment, Inc. in the U.S. and/or other countries.