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

358 B

Table: reference_spell_effects

Description:

Defines reference_spell_effects table in the World database.

Columns:

  • id (int(10), PRIMARY KEY, NOT NULL, DEFAULT 0)
  • category (varchar(64), DEFAULT NULL)
  • type (varchar(64), DEFAULT NULL)
  • name (varchar(64), DEFAULT NULL)
  • misc (varchar(64), DEFAULT NULL)

Primary Keys:

  • id