promotional bannermobile promotional banner

LFG Teleport Button Midnight

One-click casting dungeon teleport with cooldown display. Dispalys invited Dungeon name

File Details

LFGTeleportButtonMidnight 1.0.9.zip

  • R
  • Mar 19, 2026
  • 1.48 MB
  • 481
  • 12.0.5+1
  • Retail

File Name

LFGTeleportButtonMidnight.zip

Supported Versions

  • 12.0.5
  • 12.0.1
## [1.0.9] - 2026-03-19
 
- Updated Interface version to `120005` for WoW 12.0.5.
- Replaced deprecated `C_Spell.IsSpellKnownOrOverridesKnown` with `C_SpellBook.IsSpellKnownOrInSpellBook` (removed in 12.0).
- Removed deprecated fallbacks `IsPlayerSpell`, `IsSpellKnown`, and `C_Spell.IsSpellKnown` from spell knowledge checking.
-Replaced `C_Spell.GetSpellInfo()` with specific getters `C_Spell.GetSpellName()` and `C_Spell.GetSpellTexture()`.
- Fixed "attempt to index a secret string value" errors caused by tainted LFG API returns during raids.
- Fixed Wrapped `norm()`, `matchDungeonFromActivity()`, `matchDungeonFromActivityIDs()`, and `CheckActiveGroup()` in `pcall` to gracefully handle tainted/secret values from `C_LFGList` APIs.