Skip to content

Commit

Permalink
Fixed spelling of the new quest item
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamKyle committed Oct 4, 2024
1 parent ef8f164 commit 1befe4f
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public function handle()
Artisan::call('import:game-data Items');
Artisan::call('import:game-data Monsters');
Artisan::call('import:game-data Quests');
Artisan::call('import:game-data "Admin Section"');

$this->importInformationSection();

Expand Down
Binary file modified resources/data-imports/Admin Section/guide_quests.xlsx
Binary file not shown.
1 change: 0 additions & 1 deletion resources/data-imports/Items/.~lock.quest-items.xlsx#

This file was deleted.

Binary file modified resources/data-imports/Items/quest-items.xlsx
Binary file not shown.
1 change: 0 additions & 1 deletion resources/data-imports/Monsters/.~lock.monsters.xlsx#

This file was deleted.

Binary file modified resources/data-imports/Monsters/monsters.xlsx
Binary file not shown.
1 change: 0 additions & 1 deletion resources/data-imports/Quests/.~lock.quests.xlsx#

This file was deleted.

Binary file modified resources/data-imports/Quests/quests.xlsx
Binary file not shown.

0 comments on commit 1befe4f

Please sign in to comment.