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

554 B

Table: character_quest_rewards

Description:

Defines character_quest_rewards table in the World database.

Columns:

  • char_id (int(10), NOT NULL, DEFAULT 0)
  • quest_id (int(10), NOT NULL, DEFAULT 0)
  • indexed (int(10), NOT NULL, DEFAULT 0)
  • is_temporary (tinyint(3), NOT NULL, DEFAULT 0)
  • is_collection (tinyint(3), NOT NULL, DEFAULT 0)
  • has_displayed (tinyint(3), NOT NULL, DEFAULT 0)
  • tmp_coin (bigint(20), NOT NULL, DEFAULT 0)
  • tmp_status (int(10), NOT NULL, DEFAULT 0)
  • description (text, NOT NULL, DEFAULT '')