This commit is contained in:
Bastian Wagner
2026-08-22 16:41:47 +02:00
parent dfa62fd152
commit 081c9f83f9
137 changed files with 11594 additions and 1302 deletions

View File

@@ -35,6 +35,13 @@ export const routes: Routes = [
(module) => module.CombatPageComponent,
),
},
{
path: 'npc/:npcKey',
loadComponent: () =>
import('./features/npc/merchant-page.component').then(
(module) => module.MerchantPageComponent,
),
},
{
path: 'inventory',
loadComponent: () =>