promotional bannermobile promotional banner

Chatter for TWW

Chatter with some errors fixed

File Details

Chatter.zip

  • R
  • Aug 18, 2024
  • 338.93 KB
  • 585
  • 11.0.2
  • Retail

File Name

Chatter.zip

Supported Versions

  • 11.0.2

fixed changing fonts. SetFont in options.font was being called with blank/"" for size, so when going through the SetFont function, size would not get set and everything would break. Don't know if there was a reason it was written that way, but I changed it to nil and fonts seem to work as expected now.

fixed temp chat frame table. On opening a temp frame e.g. whisper window, the frame was being added to TempChatFrames once per every enabled module, but every module is using the same TempChatFrame table so the addon just ended up with 11 duplicates in the table. Caused errors on initializing any module if a whisper window was open as the addon would think there were 11 temp frames attempt to decorate nonexistant frames. Again not sure if there's a reason it was this way, but it seemed incorrect to me and I changed FCF_OpenTemporaryWindow to only call AddTempChat once.

Updated Ace3 libraries to the latest files.