correct typo by marking Quest as unsolved
This commit is contained in:
parent
351db837f8
commit
b6ea1fafae
1 changed files with 1 additions and 1 deletions
|
|
@ -294,7 +294,7 @@
|
|||
$character = $this->Characters->getCharacterForUserAndSeminary($this->Auth->getUserId(), $seminary['id']);
|
||||
|
||||
// Set solved
|
||||
$this->Quests->setQuestSolved($quest['id'], $character['id']);
|
||||
$this->Quests->setQuestUnsolved($quest['id'], $character['id']);
|
||||
|
||||
|
||||
// Redirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue