diff --git a/includes/classes/class.characters.php b/includes/classes/class.characters.php index 020c5c030..0a4f96ed1 100644 --- a/includes/classes/class.characters.php +++ b/includes/classes/class.characters.php @@ -3,7 +3,7 @@ /** * @package World of Warcraft Armory * @version Release 4.50 - * @revision 456 + * @revision 458 * @copyright (c) 2009-2011 Shadez * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @@ -2704,6 +2704,9 @@ public function GetCharacterFeed($full = false) { // Get criterias $achievement_ids = array(); $dungeonDifficulty = $event['difficulty']; + if($dungeonDifficulty == -1) { + $dungeonDifficulty = 0; + } // Search for difficulty_entry_X $DifficultyEntry = Armory::$wDB->selectCell("SELECT `entry` FROM `creature_template` WHERE `difficulty_entry_%d` = %d", $event['difficulty'], $event_data); if(!$DifficultyEntry || $DifficultyEntry == 0) { diff --git a/includes/revision_nr.php b/includes/revision_nr.php index 38d7d9e9c..296c05889 100644 --- a/includes/revision_nr.php +++ b/includes/revision_nr.php @@ -1,5 +1,5 @@ \ No newline at end of file