Fix to API Docs - QUESTLINE_INFO

Problem: Blizzard’s API documentation appears to incorrectly document the event QUESTLINE_INFO.

Impact: This has no meaningful impact on gameplay, but could be a bit confusing to anyone reading Blizzard’s API docs to produce addons.

Details:

  • The event is currently documented in namespace C_QuestLog within QuestLogDocumentation.lua
  • However, the event appears to genuinely relate to functions in namespace C_QuestLine within QuestLineInfoDocumentation.lua

Suggestion: Move QUESTLINE_INFO from C_QuestLog to C_QuestLine so it is documented alongside the functions that depend on it.