From c75136d252ffdd970b666554285067ecf544c2e9 Mon Sep 17 00:00:00 2001 From: Rijackson Date: Thu, 28 Jun 2018 17:43:09 -0400 Subject: [PATCH] Fix the broken negation on a requirement. --- AndorsTrail/res/raw/conversationlist_pathway_fallhaven.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/AndorsTrail/res/raw/conversationlist_pathway_fallhaven.json b/AndorsTrail/res/raw/conversationlist_pathway_fallhaven.json index d0ba00979..1bd8a9126 100644 --- a/AndorsTrail/res/raw/conversationlist_pathway_fallhaven.json +++ b/AndorsTrail/res/raw/conversationlist_pathway_fallhaven.json @@ -127,7 +127,7 @@ }, { "id":"key_wolf_pack_jakrar", - "message":"You see the horrifying wolf leader and stumble back." + "message":"You see a horrifying wolf leader and stumble back." }, { "id":"sign_wolf_pack_jakrar", @@ -181,7 +181,8 @@ { "requireType":"questLatestProgress", "requireID":"pathway_fallhaven", - "value":30 + "value":30, + "negate":true } ] },