Midnight Sensei

Real-time combat coaching for World of Warcraft

File Details

MidnightSensei-v1.6.6

  • R
  • May 11, 2026
  • 296.76 KB
  • 328
  • 12.0.7+1
  • Retail

File Name

MidnightSensei-v1.6.6.zip

Supported Versions

  • 12.0.7
  • 12.0.5

Midnight Sensei v1.6.6 Release Notes

Release Date: May 10, 2026
Author: Midnight - Thrall (US)
Type: Critical Hotfix

v1.6.5 was pulled after a critical locale encoding bug was discovered post-release.
This release contains only the fix. All v1.6.5 features ship intact in this build.

1.6.5 notes below:


v1.6.5 is a localization release. Every UI string that was previously hardcoded in English is now routed through the addon's localization table, and two new locale files ship alongside the existing English and Spanish translations: German (deDE) and French (frFR). This release also corrects a Demon Hunter Devourer interrupt misclassification introduced in v1.6.3.


Feature: Full Localization Pass

All ~350 display strings in the addon are now locale-aware. The baseline (enUS.lua) always loads first and provides a complete fallback for every key; each locale file loads after it and overrides only its own language. Players running the game in German or French will now see fully translated coaching text, grade labels, settings panels, the FAQ, the Rotation Tracker, the HUD overlay, and the minimap tooltip.

Locale files in this release:

  • Locales/enUS.lua — English (baseline, pre-existing)
  • Locales/esES.lua — Spanish (pre-existing, added prior to v1.6.5)
  • Locales/deDE.lua — German (NEW in v1.6.5)
  • Locales/frFR.lua — French (NEW in v1.6.5)

Localized sections: grade labels, score panel, feedback messages, Rotation Tracker (column headers, flag descriptions, status badges, fight info, legend), FAQ (all headers and body text), Credits, Update Popup, HUD events, WoW Settings panel (all buttons and category name), legacy settings panel, minimap tooltip.

Note: The data-destruction confirmation dialog requires the user to type the word Confirm — this word is kept in English in all locales to match the hardcoded comparison in the addon's code.


Bug Fix: DH Devourer — Interrupt Corrected

Consume Magic (278326) was incorrectly flagged as isInterrupt = true in the Demon Hunter Devourer spec since v1.6.3. Consume Magic is a purge (dispels one beneficial magic effect) — it is not an interrupt and has no lockout.

Fix: Disrupt (183752) is restored as the sole tracked interrupt for Devourer. Consume Magic is reclassified to isUtility = true, talentGated = true — it continues to be tracked as situational utility and players will receive appropriate coaching if they never use it in keys where purges matter.