From 99456dcccb0c370dc4bf10d0ca1caa14ed8de7cb Mon Sep 17 00:00:00 2001 From: Alar of Runetotem Date: Tue, 23 Aug 2016 19:19:53 +0200 Subject: [PATCH] Removed 6.0.0 only code --- MissionCompletion.lua | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/MissionCompletion.lua b/MissionCompletion.lua index 8a444f0..1cff671 100644 --- a/MissionCompletion.lua +++ b/MissionCompletion.lua @@ -230,10 +230,8 @@ function module:MissionAutoComplete(event,ID,arg1,arg2,arg3,arg4,...) local missionID=currentMission and currentMission.missionID or 0 -- GARRISON_FOLLOWER_XP_CHANGED: followerID, xpGained, actualXp, newLevel, quality if (event=="GARRISON_FOLLOWER_XP_CHANGED") then - if toc>=70000 then - ID=arg1 - arg1=arg2 - end + ID=arg1 + arg1=arg2 if tonumber(arg1,0) then --report:AddFollower(ID,arg1,arg2) rewards.followerXP[ID]=rewards.followerXP[ID]+tonumber(arg1) or 0 -- 1.7.9.5