Fixed lost "negate" line in conversationlist_stoutford.json

It was breaking the rumblings quest.
This commit is contained in:
Zukero
2017-08-18 11:54:25 +02:00
parent 23170721cb
commit 8acaef419d

View File

@@ -885,7 +885,8 @@
{
"requireType":"questProgress",
"requireID":"rumblings",
"value":50
"value":50,
"negate":true
}
]
}