The `spelldifficulty_dbc` table
This table contains spell data regarding cpp scripts. The id is called in the script, and depending on what version of the dungeon/raid the characters are in, the proper spell ID will be casted by the creature.
Table Structure
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
id | INT | UNSIGNED | PRI | NO | 0 | ||
spellid0 | INT | UNSIGNED | NO | 0 | |||
spellid1 | INT | UNSIGNED | NO | 0 | |||
spellid2 | INT | UNSIGNED | NO | 0 | |||
spellid3 | INT | UNSIGNED | NO | 0 |
Description of the fields
id referenced in the cpp script for the creature AI.
Spell ID to be used in normal dungeon (or normal 10men raid).
Spell ID to be used in heroic dungeon (or normal 25men raid).
Spell ID to be used in heroic 10men raid.
Spell ID to be used in heroic 25men raid.