promotional bannermobile promotional banner

WAuras2.0

Auras support for Midnight
Back to Files

v5.22.54

File nameWeakAuras-v5.22.54.zip
Uploaded
Aug 12, 2026
Downloads
264
Size
9.5 MB
Flavors
Retail
File ID
8633776
Type
R
Release
Supported game versions
  • 12.1.0

What's new

v5.22.54 (2026-08-12)

Full Changelog

Highlights

Fix UNIT_AURA taint on 12.1: isFullUpdate is a secret boolean

Reading updateInfo.isFullUpdate returns a secret boolean while execution is tainted on 12.1; the direct boolean test threw and spammed the error console every aura update in restricted combat. Probe it under pcall and fall back to a full ScanUnit (freeze-and-skip path) when it's secret.

Commits

Anoniomouse (1):

  • Fix UNIT_AURA taint on 12.1: isFullUpdate is a secret boolean