fix: current Quest display in Admin

This commit is contained in:
Martin Ambrus
2017-10-22 13:56:06 +02:00
parent 92d2964b51
commit c7f62f2307
3 changed files with 1 additions and 4 deletions
-3
View File
@@ -184,9 +184,6 @@
elseif($quest >=37) {$questname = "Finish"; }
else { $questname = "Unknown"; }
$quesst = $quest;
if($quest > 18){
$quesst = $quest - 3;
}
$questinfo = "$quesst - $questname";
?>
<input disabled="disabled" style="width: 80%;" class="fm" name="quest" value="<?php echo $questinfo; ?>"> <a href="admin.php?p=editUser&uid=<?php echo $id; ?>"><img src="../img/admin/edit.gif" title="Edit Quest"></a></td>
+1
View File
@@ -44,6 +44,7 @@ martinambrus changes:
32. messages sent to Multihunter now have the correct recepient shown next to them (was empty)
33. new links in Admin to access in-game messages + Mass Message & System Message dialogs
34. mass messages sent out under Support rather than Multihunter (we should not be scaring people :D)
35. fixed displaying of current Quest in Admin
Shadowss changes:
-1
View File
@@ -1,4 +1,3 @@
- fix editing current task from Taskmaster -> number never match the edited quest after save
- cannot delete a single medal in admin
- add back buttons to Admin where there are not (like editing a user)
- disallow installation if existing data are in place, or world map would end up screwed and villages not showing (because there can be multiple villages/oasis generated for one square then)