From 0f7176a55fd66046470e84d53a2a1384b8689ae0 Mon Sep 17 00:00:00 2001 From: TPLinux Date: Fri, 30 Jun 2017 03:15:26 +0000 Subject: [PATCH] Fixing Quest not appears if press (play no tasks) --- Templates/quest.tpl | 50 ++++++++++++++++++++++----------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/Templates/quest.tpl b/Templates/quest.tpl index 5b4b1f72..6bfe222e 100644 --- a/Templates/quest.tpl +++ b/Templates/quest.tpl @@ -1,4 +1,4 @@ - +$_SESSION['qtyp'] = QTYPE; +if (($_SESSION['qst'] < 38 && QTYPE == 37 && QUEST == true) || ($_SESSION['qst'] < 31 && QTYPE == 25 && QUEST == true) || ($_SESSION['qst'] >= 90 && QTYPE == 25 && QUEST == true)) {?> -
- - to the task - - to the task - -
- - \ No newline at end of file +
+ + to the task + + to the task + +
+ +