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

394 B

Table: claim_items

Description:

Defines claim_items table in the World database.

Columns:

  • id (int(11), PRIMARY KEY, AUTO_INCREMENT, NOT NULL)
  • item_id (int(11), NOT NULL, DEFAULT 0)
  • max_claim (int(11), NOT NULL, DEFAULT 0)
  • one_per_char (int(10), DEFAULT 0)
  • veteran_reward_time (bigint(20), DEFAULT 0)
  • comment (text, DEFAULT NULL)

Primary Keys:

  • id