EquiFastJoin

Shows a simple Window if some Entry is available in the FastJoin List.

File Details

v1.8.4

  • R
  • Apr 19, 2026
  • 143.07 KB
  • 13
  • 12.0.1
  • Retail

File Name

EquiFastJoin-v1.8.4.zip

Supported Versions

  • 12.0.1

lightweight tag 8f9070209155fccc417619ded8b11dbc106f27f4 v1.8.4
Author:    Maximilian Grimm <grimm@grimmcreative.com>
Date:    Sun Apr 19 12:10:29 2026 +0200

commit 8f9070209155fccc417619ded8b11dbc106f27f4
Author: Maximilian Grimm <grimm@grimmcreative.com>
Date:   Sun Apr 19 12:10:29 2026 +0200

    fix: WoW 12.0.1 compatibility — correct interface version and deprecated APIs

    - Set Interface to 120001 (WoW 12.0.1) instead of 120005 which caused
      the addon to show as incompatible and refuse to load
    - Remove deprecated SetResizable() call (SetResizeBounds suffices)
    - Replace removed UISliderTemplateWithLabels with OptionsSliderTemplate
    - Fix GetApplicationInfo multi-return values lost by and/or pattern
    - Wrap Options:Create in pcall so template errors don't kill init
    - Add load confirmation message to chat

    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>