promotional bannermobile promotional banner

SorhaQuestLog - Midnight Update

Midnight compatibility and fixes

File Details

SorhaQuestLog_v1.6.0.zip

  • R
  • Jan 21, 2026
  • 431.51 KB
  • 365
  • 12.0.1
  • Retail

File Name

SorhaQuestLog_v1.6.0.zip

Supported Versions

  • 12.0.1

## v1.6.0.0 - WoW 12.0 Midnight Compatibility Update

### API Updates
- Updated Interface version to 120000 for WoW 12.0 Midnight compatibility
- Replaced deprecated `GetItemInfo()` calls with `C_Item.GetItemInfo()` in Quests.lua
- Replaced deprecated Container APIs with C_Container namespace in Quests.lua:
  - `GetContainerNumSlots()` -> `C_Container.GetContainerNumSlots()`
  - `GetContainerItemQuestInfo()` -> `C_Container.GetContainerItemQuestInfo()`
  - `GetContainerItemID()` -> `C_Container.GetContainerItemID()`
- Replaced deprecated `GetSpellInfo()` with `C_Spell.GetSpellInfo()` in Scenarios.lua