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

524 B

Table: opcodes

Description:

Defines opcodes table in the Login database.

Columns:

  • id (int(10), PRIMARY KEY, AUTO_INCREMENT, NOT NULL)
  • version_range1 (smallint(5), NOT NULL, DEFAULT 0)
  • version_range2 (smallint(5), NOT NULL, DEFAULT 0)
  • name (varchar(255), NOT NULL, DEFAULT '')
  • opcode (smallint(5), NOT NULL, DEFAULT 0)
  • table_data_version (smallint(5), NOT NULL, DEFAULT 1)

Primary Keys:

  • id

Indexes/Notes:

  • UNIQUE KEY newindex (version_range1,name,version_range2)