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

272 B

Table: spell_ts_ability_index

Description:

Defines spell_ts_ability_index table in the World database.

Columns:

  • id (int(10), PRIMARY KEY, AUTO_INCREMENT, NOT NULL)
  • spell_id (int(10), NOT NULL)
  • index (int(10), NOT NULL)

Primary Keys:

  • id