TacoTip v0.6.2
What's new
\# \[0.6.2\] - 2026-07-19 ## Fixed - 0.6.2 - \*\*Guild names/ranks not working on Classic Era & Season of Discovery (SoD):\*\* The legacy \`GetGuildInfo\` API is restricted to \`"player"\` on Classic Era clients, returning \`nil\` for other players and preventing TacoTip from formatting or hiding guild names. Added a fallback parser that extracts the guild name from the bracketed tooltip text (e.g. \`\`) when \`GetGuildInfo\` returns \`nil\`. - \*\*Empty brackets (\`<>\`) displayed when guild name is disabled:\*\* On Classic Era clients, the default game tooltip contains bracketed guild names. Using \`string.gsub\` to remove only the guild name left empty \`<>\` brackets on the tooltip. Rewrote to completely overwrite the guild line to an empty string \`""\` when the setting is disabled, hiding it cleanly. - \*\*Redundant parameter warning in \`LibClassicInspector\`:\*\* The VS Code Lua Language Server flagged \`CanInspect(unit, false)\` at \`LibClassicInspector.lua:L3328\` with a redundant-parameter warning because the API annotation only declares one parameter. Removed the redundant \`false\` argument since \`showError\` is optional and defaults to \`false\`. - \*\*\`GetTalentInfo\` parameter-mapping bug:\*\* Corrected a parameter-mapping bug at \`LibClassicInspector.lua:L3619\` where \`group\` (a number) was being passed as \`isPet\` (the 4th parameter) instead of the 5th parameter (\`group\`). This caused dual-spec player talent queries to look up pet talents. ## Added - 0.6.2 - \*\*Unit tests for Classic Era fallback guild parsing:\*\* Added the \`Guild:ClassicEraFallbackParsing()\` test function in \[TacoTip\_Tests.lua\](file:///home/sam/TacoTip-Gearscore-TBC/TacoTip\_Tests.lua) to assert fallback extraction of guild names from brackets and verify that the line is cleanly hidden when the guild display setting is disabled.
This mod has no additional files

