mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-24 08:00:14 +00:00
Fire UI_ERROR_MESSAGE from addUIError() so Lua addons can react to error messages like "Not enough mana" or "Target is too far away". Previously only the C++ overlay callback was notified. Also add addUIInfoMessage() helper for informational system messages. Fire QUEST_REMOVED and QUEST_LOG_UPDATE when quests are removed from the quest log — both via server-driven removal (SMSG_QUEST_UPDATE_FAILED etc.) and player-initiated abandon (CMSG_QUESTLOG_REMOVE_QUEST). Quest tracking addons like Questie register for these events to update their map markers and objective displays. |
||
|---|---|---|
| .. | ||
| addons | ||
| audio | ||
| auth | ||
| core | ||
| game | ||
| network | ||
| pipeline | ||
| platform | ||
| rendering | ||
| third_party | ||
| ui | ||