Skip to content

Commit

Permalink
Merge pull request #656 from pacampbell/world_quest_fixes
Browse files Browse the repository at this point in the history
fix: World Quest Fixes
  • Loading branch information
pacampbell authored Dec 12, 2024
2 parents 5593bde + 9cd32b8 commit 765c702
Show file tree
Hide file tree
Showing 53 changed files with 15,123 additions and 14,287 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ root = true
indent_style = space

# Code files
[*.{cs,sql}]
[*.{cs,sql,json}]
indent_size = 4
insert_final_newline = true
charset = utf-8
Original file line number Diff line number Diff line change
Expand Up @@ -767,6 +767,7 @@ CREATE TABLE IF NOT EXISTS "ddon_clan_base_customization"
"furniture_id" INTEGER NOT NULL,
CONSTRAINT "pk_ddon_clan_base_customization" PRIMARY KEY ("clan_id", "type"),
CONSTRAINT "fl_ddon_clan_base_customization_clan_id" FOREIGN KEY ("clan_id") REFERENCES "ddon_clan_param" ("clan_id") ON DELETE CASCADE
);

CREATE TABLE IF NOT EXISTS "ddon_epitaph_road_unlocks" (
"character_id" INTEGER NOT NULL,
Expand Down
Loading

0 comments on commit 765c702

Please sign in to comment.