WoW Lab

WoW Lab

Toolkit

Simulate

Quick SimBest in BagsDrop Optimizer

Rotations

BrowseNew Rotation

Plan

Traits
P

Developer

DocsBibleEngineHooksMCP ServerMetricsUI Showcase

Misc

AboutBlog

© 2025 WoW Lab

  1. Home
  2. Bible
  3. DBC Overview

DBC Overview

World of Warcraft database client files, table relationships, and data extraction

February 13, 2026
Edit

What DBC files are (Database Client files shipped with WoW), CSV export format, table relationships and foreign keys, 15+ spell tables (SpellName, Spell, SpellMisc, SpellEffect, SpellPower, SpellCooldowns, SpellCategories, SpellClassOptions, SpellAuraRestrictions, SpellInterrupts, SpellEmpower, SpellLevels, SpellLearnSpell), 20+ talent/trait tables, 10+ item tables, scaling tables (ItemBonus, Curve, CurvePoint, RandPropPoints), character tables (ChrSpecialization, ChrClasses, SpecializationSpells), indexed HashMap loading for O(1) lookups, logos lexer for CSV parsing.

Next steps

Spell Data
Pets
Spell Data

Navigation

IntroductionGlossaryReferences

Overview

Mechanics

Game Data

DBC OverviewSpell DataTalent TreesItems and ScalingSpell DescriptionsData Pipeline

Simulation

Infrastructure

Portal