PrePullNotes

Auto-detects your dungeon or raid and lets you broadcast concise boss strategy notes to party or raid chat with one click.

File Details

1.0.4

  • R
  • Apr 9, 2026
  • 49.34 KB
  • 31
  • 12.0.1
  • Retail

File Name

PrePullNotes.zip

Supported Versions

  • 12.0.1

1.0.4

Fixed                                                                                                                     
                                                                                                                            
  - Fix ADDON_ACTION_FORBIDDEN when clicking boss buttons in dungeon instances            - Cache SendChatMessage at file load time to avoid taint from global table lookups at call time
  - Switched from C_ChatInfo.SendChatMessage back to direct SendChatMessage (matches DBM/BigWigs pattern)                   
  - Rewrote getChatChannel() to use GetInstanceInfo() for dungeon instances, bypassing IsInRaid()/IsInGroup() secure roster 
  state                                                                                                                     
  - Replaced all print() calls with DEFAULT_CHAT_FRAME:AddMessage() to avoid tainting secure ChatFrame1 routing