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

326 B

Table: character_quest_temporary_rewards

Description:

Defines character_quest_temporary_rewards table in the World database.

Columns:

  • char_id (int(10), NOT NULL, DEFAULT 0)
  • quest_id (int(10), NOT NULL, DEFAULT 0)
  • item_id (int(10), NOT NULL, DEFAULT 0)
  • count (smallint(5), NOT NULL, DEFAULT 0)