promotional bannermobile promotional banner

WoWDb: ItemSetSpell

Exports the ItemSetSpell WoW DB2 table as a data library.

Exports the ItemSetSpell WoW DB2 table as a data library.

It contains no UI — it only loads the ItemSetSpell table data for the current client build and locale. Use it on its own, or together with the WoWDb core addon for added convenience.

Usage

Standalone (works by default)

Each WoWDb data addon is self-contained and exposes a built-in accessor — no core addon required. Just read the table directly:

local payload = WoWDb:GetTable("ItemSetSpell")
-- payload = { columns = {...}, rows = {...}, build = "...", locale = "..." }
local rows = WoWDb:GetRows("ItemSetSpell")

Via the WoWDb core addon (optional convenience)

Install the WoWDb core addon to get a richer lookup API (:Get, :Rows, :GetByID, :GetColumns, :ListTables, …) shared across every WoWDb table, plus easy installation of the whole data set. The same call still works:

local row, columns = WoWDb:GetByID("ItemSetSpell", 1)

The WoWDb: ItemSetSpell Team

profile avatar
Owner
  • 7
    Projects
  • 46
    Downloads

More from WoWDbView all

  • TomeKeeper project image

    TomeKeeper

    • 6
    • Addons

    Offline item & set codex powered by the WoWDb data set — search any item or armor/weapon set without ever having seen it.

    • 6
    • June 16, 2026
    • Addons
    • +1
  • WoWDb: ItemSubClass project image

    WoWDb: ItemSubClass

    • 8
    • Addons

    Exports the ItemSubClass WoW DB2 table as a data library.

    • 8
    • June 15, 2026
    • Addons
    • +1
  • WoWDb: ItemSparse project image

    WoWDb: ItemSparse

    • 8
    • Addons

    Exports the ItemSparse WoW DB2 table as a data library.

    • 8
    • June 15, 2026
    • Addons
    • +1
  • WoWDb: ItemSet project image

    WoWDb: ItemSet

    • 7
    • Addons

    Exports the ItemSet WoW DB2 table as a data library.

    • 7
    • June 15, 2026
    • Addons
    • +1
  • TomeKeeper project image

    TomeKeeper

    • 6
    • Addons

    Offline item & set codex powered by the WoWDb data set — search any item or armor/weapon set without ever having seen it.

    • 6
    • June 16, 2026
    • Addons
    • +1
  • WoWDb: ItemSubClass project image

    WoWDb: ItemSubClass

    • 8
    • Addons

    Exports the ItemSubClass WoW DB2 table as a data library.

    • 8
    • June 15, 2026
    • Addons
    • +1
  • WoWDb: ItemSparse project image

    WoWDb: ItemSparse

    • 8
    • Addons

    Exports the ItemSparse WoW DB2 table as a data library.

    • 8
    • June 15, 2026
    • Addons
    • +1
  • WoWDb: ItemSet project image

    WoWDb: ItemSet

    • 7
    • Addons

    Exports the ItemSet WoW DB2 table as a data library.

    • 7
    • June 15, 2026
    • Addons
    • +1