Skip to content

Commit

Permalink
Fixed typo in mission effect
Browse files Browse the repository at this point in the history
Typo in mission effect caused JSON parsing to fail.

references #27972
  • Loading branch information
mscarter committed Jan 31, 2019
1 parent 89c5294 commit 1c72a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/npcs/TALK_COMMON_MISSION.json
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
"text": "Maybe you can teach me something as payment?",
"topic": "TALK_TRAIN",
"condition": { "or": [ "npc_train_skills", "npc_train_styles" ] },
"effect": "clear mission"
"effect": "clear_mission"
},
{
"text": "Glad to help. I need no payment. Bye!",
Expand Down

0 comments on commit 1c72a54

Please sign in to comment.