Kahl's Garrison is missing in the drifter camp #376

Closed
opened 2024-06-22 15:31:14 -07:00 by FSKiller · 2 comments
FSKiller commented 2024-06-22 15:31:14 -07:00 (Migrated from github.com)

I presume this one will be fixed with the quests PR

image

I presume this one will be fixed with the quests PR ![image](https://github.com/spaceninjaserver/SpaceNinjaServer/assets/4363770/8d68ec67-e81a-4f18-bb8f-0d0654ead3a2)

Ah yes, the mythical quests PR.

Kahl's Garrison keeps expanding as you rank up the syndicate, so if you want the whole shebang, you'd need this in your inventory's "Affiliations" array:

{
    "Title": 5,
    "Standing": 5,
    "Tag": "KahlSyndicate"
}
Ah yes, the mythical quests PR. Kahl's Garrison keeps expanding as you rank up the syndicate, so if you want the whole shebang, you'd need this in your inventory's "Affiliations" array: ```json { "Title": 5, "Standing": 5, "Tag": "KahlSyndicate" } ```
FSKiller commented 2024-06-24 17:14:16 -07:00 (Migrated from github.com)

#399 Fixed the Syndicates.

Can confirm that now he shows up with:

{
    "Title": 5,
    "Standing": 5,
    "Tag": "KahlSyndicate"
}

image

#399 Fixed the Syndicates. Can confirm that now he shows up with: ``` { "Title": 5, "Standing": 5, "Tag": "KahlSyndicate" } ``` ![image](https://github.com/spaceninjaserver/SpaceNinjaServer/assets/4363770/9ba260c9-0406-4fb2-8618-ed1a5c4a7d34)
Sign in to join this conversation.
No description provided.