From 37006607e1565aa744f58316f116dc3b6eeffcd5 Mon Sep 17 00:00:00 2001 From: Alar of Daggerspine Date: Fri, 4 Sep 2015 09:34:27 +0200 Subject: [PATCH] Should now recognize Abrogator Stones Signed-off-by: Alar of Daggerspine --- MissionCache.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MissionCache.lua b/MissionCache.lua index 07fafd7..b7076ff 100644 --- a/MissionCache.lua +++ b/MissionCache.lua @@ -379,13 +379,13 @@ classes={ newMissionType('seal',GetCurrencyInfo(994),'ability_animusorbs',false,false,nil,-994), newMissionType('gold',BONUS_ROLL_REWARD_MONEY,'inv_misc_coin_01',false,false,nil,0), newMissionType('followerUpgrade',L['Follower equipment set or upgrade'],'Garrison_ArmorUpgrade',false,false,nil,0), - newMissionType('itemLevel',L['Item Tokens'],'INV_Bracer_Cloth_Reputation_C_01',false,false,nil,0), newMissionType('primalspirit',L['Reagents'],'6BF_Explosive_shard',false,false,nil,118472,120945,113261,113262,113263,113264), newMissionType('ark',L['Archaelogy'],'achievement_character_orc_male',false,false,nil,-829,-828,-821,108439,109585,109584), -- Fragments and completer newMissionType('training',L['Follower Training'],'Spell_Holy_WeaponMastery',false,false,nil,123858,118354,118475,122582,122583,122580,122584,118474), - newMissionType('legendary',L['Legendary Items'],'INV_Relics_Runestone',false,false,nil,115510,115280,128693), + newMissionType('legendary',L['Legendary Items'],'INV_Relics_Runestone',false,false,nil,115510,115280,128693,115981), newMissionType('toys',L['Toys and Mounts'],'INV_LesserGronnMount_Red',false,false,nil,128310,127748,128311), newMissionType('reputation',L['Reputation Items'],'Spell_Shadow_DemonicCircleTeleport',false,false,nil,117492,128315), + newMissionType('itemLevel',L['Item Tokens'],'INV_Bracer_Cloth_Reputation_C_01',false,false,nil,0), newMissionType('other',L['Other rewards'],'INV_Box_02',false,false,nil,0), } function addon:GetRewardClasses() -- 1.7.9.5