mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-01-18 01:27:25 +01:00
Fix the broken negation on a requirement.
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user