File Details
1.4
- R
- Feb 21, 2026
- 18.55 KB
- 34
- 12.0.1
- Retail
File Name
dungeon-helper-continued-1.4.zip
Supported Versions
- 12.0.1
lightweight tag 1a5155fb07056d80f372be5bf65c847e9f77f1ff 1.4
Author: stanislavromanov <stanislav.romanov@outlook.com>
Date: Sat Feb 21 10:53:35 2026 +0100
commit 1a5155fb07056d80f372be5bf65c847e9f77f1ff
Author: stanislavromanov <stanislav.romanov@outlook.com>
Date: Sat Feb 21 10:53:35 2026 +0100
Fix completion time report blocked by taint system
Call C_ChatInfo.SendChatMessage directly from the LFG_COMPLETION_REWARD
handler instead of deferring via C_Timer.After, which runs in a tainted
execution context and triggers ADDON_ACTION_FORBIDDEN in WoW 12.0.1.

