From 8acaef419d98ca4bd351ad86a0fb20855f3cb442 Mon Sep 17 00:00:00 2001 From: Zukero Date: Fri, 18 Aug 2017 11:54:25 +0200 Subject: [PATCH] Fixed lost "negate" line in conversationlist_stoutford.json It was breaking the rumblings quest. --- AndorsTrail/res/raw/conversationlist_stoutford.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AndorsTrail/res/raw/conversationlist_stoutford.json b/AndorsTrail/res/raw/conversationlist_stoutford.json index 9b602af99..b27fdc300 100644 --- a/AndorsTrail/res/raw/conversationlist_stoutford.json +++ b/AndorsTrail/res/raw/conversationlist_stoutford.json @@ -885,7 +885,8 @@ { "requireType":"questProgress", "requireID":"rumblings", - "value":50 + "value":50, + "negate":true } ] }