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

337 B

Table: quest_reward_reqs

Description:

Defines quest_reward_reqs table in the World database.

Columns:

  • id (int(10), PRIMARY KEY, AUTO_INCREMENT, NOT NULL)
  • list_id (int(10), NOT NULL, DEFAULT 0)
  • class_req (tinyint(3), NOT NULL, DEFAULT 0)
  • race_req (tinyint(3), NOT NULL, DEFAULT 0)

Primary Keys:

  • id