Fixed wrong quest key
This commit is contained in:
parent
e903dce307
commit
2c552f7b8a
@ -177,7 +177,7 @@ export const completeQuest = async (inventory: TInventoryDatabaseDocument, quest
|
||||
await giveKeyChainMissionReward(inventory, { KeyChain: questKey, ChainStage: i });
|
||||
}
|
||||
|
||||
if (questKey == "/Lotus/Types/Keys/NewWarQuest/NewWarQuestKeyChain") {
|
||||
if (questKey == "/Lotus/Types/Keys/OrokinMoonQuest/OrokinMoonQuestKeyChain") {
|
||||
void createMessage(inventory.accountOwnerId, [
|
||||
{
|
||||
sndr: "/Lotus/Language/Bosses/Ordis",
|
||||
|
Loading…
x
Reference in New Issue
Block a user