Skip to content

Commit

Permalink
Bug Fixes
Browse files Browse the repository at this point in the history
+Fixed the third quest
  • Loading branch information
iopietro authored Apr 28, 2019
1 parent d0358e4 commit cbf240f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Templates/Ajax/quest_core25.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ if ($cropL<1){?>
//Check the village name is changed or is default name
$vName=str_replace('&#039;', "'", $village->vname);
$vName=rtrim(str_replace('&#039;', "'", $village->vname));
if ($vName==$session->userinfo['username']."'s village"){?>
{"markup":"\n\t\t<div id=\"qstd\"><h1> <img class=\"point\" src=\"img\/x.gif\" alt=\"\" title=\"\"\/><?php echo Q3; ?><\/h1><br \/><i>&rdquo;<?php echo Q3_DESC; ?>&rdquo;<\/i><br \/><br \/><div class=\"rew\"><p class=\"ta_aw\"><?php echo Q3_ORDER; ?><\/div><br \/><span id=\"qst_accpt\"><\/span><\/div>\n\t\t<div id=\"qstbg\" class=\"village_name\"><\/div>\n\t\t","number":"-3","reward":false,"qgsrc":"q_l<?php echo $session->userinfo['tribe'];?>","msrc":"<?php echo $messagelol; ?>","altstep":99}
<?php $_SESSION['qstnew']='0'; }else{ $_SESSION['qstnew']='1'; ?>
Expand Down

0 comments on commit cbf240f

Please sign in to comment.