Skip to content

Commit

Permalink
[449] Display Feats of Strength achievements category
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadez committed Jan 9, 2011
1 parent 66ab332 commit bfda40a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions character-achievements.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* @package World of Warcraft Armory
* @version Release Candidate 1
* @revision 440
* @revision 449
* @copyright (c) 2009-2011 Shadez
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
Expand Down Expand Up @@ -120,7 +120,7 @@
$pages_count = count($pages);
$achievements_page = $achievements->LoadAchievementPage($achievement_category, ($characters->GetFaction() == 1) ? 0 : 1);
$i = 0;
if($achievement_category == 81) {
if($achievement_category == 81 && is_array($comparisonData)) {
// Generate all available achievements
$owner_fos = $achievements->BuildFoSListForComparison($pages);
$pages = $owner_fos;
Expand Down
2 changes: 1 addition & 1 deletion includes/revision_nr.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
define('ARMORY_REVISION', 448);
define('ARMORY_REVISION', 449);
define('DB_VERSION', 'armory_r434');
define('CONFIG_VERSION', '2812201001');
?>

0 comments on commit bfda40a

Please sign in to comment.