fix typo in QuestsController
This commit is contained in:
parent
bca78402d9
commit
8c0168cc0d
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@
|
|||
$nextQuests = null;
|
||||
$charactedHasChoosenNextQuest = false;
|
||||
$nextQuestgroup = null;
|
||||
if($questtexttypeUrl == 'Epilog'))
|
||||
if($questtexttypeUrl == 'Epilog')
|
||||
{
|
||||
// Next Quest
|
||||
$nextQuests = $this->Quests->getNextQuests($quest['id']);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue