Not signed in (Sign In)
  1.  
    All the debugPrints from this file were showing \"FUNCTION??\". Patch:

    Index: AucPostManager.lua
    ===================================================================
    --- AucPostManager.lua (revision 1193)
    +++ AucPostManager.lua (working copy)
    @@ -679,7 +679,7 @@
    -------------------------------------------------------------------------------
    -------------------------------------------------------------------------------
    function debugPrint(...)
    - EnhTooltip.DebugPrint("[Auc.PostManager]", message);
    + EnhTooltip.DebugPrint("[Auc.PostManager]", ...);
    end

    -------------------------------------------------------------------------------
World of Warcraft™ and Blizzard Entertainment™ are trademarks or registered trademarks of Blizzard Entertainment, Inc. in the U.S. and/or other countries.