1
0
EQ2Emu/docs/database/world/spell_error_versions.md
2025-05-04 14:34:15 -04:00

465 B

Table: spell_error_versions

Description:

Defines spell_error_versions table in the World database.

Columns:

  • id (int(10), PRIMARY KEY, AUTO_INCREMENT, NOT NULL)
  • version (smallint(5), NOT NULL, DEFAULT 0)
  • error_index (smallint(5), NOT NULL, DEFAULT 0)
  • value (smallint(5), NOT NULL, DEFAULT 0)
  • name (char(64), NOT NULL, DEFAULT '')

Primary Keys:

  • id

Indexes/Notes:

  • UNIQUE KEY SpellErrorIDX (version,error_index)