mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
misc fixes
This commit is contained in:
@@ -484,7 +484,7 @@ $lang = array(
|
||||
'raidFaction' => "Raid faction",
|
||||
'boss' => "Final boss",
|
||||
'reqLevels' => "Required levels: [tooltip=instancereqlevel_tip]%d[/tooltip], [tooltip=lfgreqlevel_tip]%d[/tooltip]",
|
||||
'zonePartOf' => "This zone is part of [zone=%].",
|
||||
'zonePartOf' => "This zone is part of [zone=%s].",
|
||||
'autoRez' => "Automatic resurrection",
|
||||
'city' => "City",
|
||||
'territory' => "Territory",
|
||||
|
||||
@@ -22,7 +22,7 @@ class QuestsPage extends GenericPage
|
||||
$this->validCats = Util::$questClasses; // needs reviewing (not allowed to set this as default)
|
||||
|
||||
$this->filterObj = new QuestListFilter();
|
||||
$this->getCategoryFromUrl($pageParam);;
|
||||
$this->getCategoryFromUrl($pageParam);
|
||||
|
||||
parent::__construct($pageCall, $pageParam);
|
||||
|
||||
|
||||
@@ -40,12 +40,12 @@ if ($e = $this->end):
|
||||
<tr><th><p style="height: 26px; width: 30px;"> </p></th><td><?php echo Lang::quest('suggestedPl').Lang::main('colon').$s; ?></td></tr>
|
||||
<?php endif; ?>
|
||||
</table>
|
||||
<div class="pad"></div>
|
||||
<?php
|
||||
endif;
|
||||
|
||||
if ($o = $this->objectiveList):
|
||||
if ($e = $this->end):
|
||||
echo " <div class=\"pad\"></div>\n";
|
||||
echo ' '.Lang::quest('providedItem').Lang::main('colon')."\n";
|
||||
endif;
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user