Skip to content

Commit

Permalink
Add new experience modifiers table to GetCharacterTables() and GetPla…
Browse files Browse the repository at this point in the history
…yerTables() in database_schema.h. (#1338)
  • Loading branch information
Kinglykrab authored Apr 27, 2021
1 parent 1637ea9 commit 39de9c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/database_schema.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ namespace DatabaseSchema {
{"character_disciplines", "id"},
{"character_enabledtasks", "charid"},
{"character_expedition_lockouts", "character_id"},
{"character_exp_modifiers", "character_id"},
{"character_inspect_messages", "id"},
{"character_item_recast", "id"},
{"character_languages", "id"},
Expand Down Expand Up @@ -116,6 +117,7 @@ namespace DatabaseSchema {
"character_disciplines",
"character_enabledtasks",
"character_expedition_lockouts",
"character_exp_modifiers",
"character_inspect_messages",
"character_item_recast",
"character_languages",
Expand Down

0 comments on commit 39de9c0

Please sign in to comment.